Skip to content

AtousaTorabi/cuboid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cuboid

Contains a number of extensions to Blocks.

Currently contains:

bricks.BatchNormalizationConv and bricks.BatchNormalization, batch normalization for conv and nonconv layers.

bricks.FilterPool Filter pool

bricks.BrickSequence For sequences of bricks. Tries to keep dim's constent thoughout the chain.

algorithms.AdaM update algorithm.

algorithms.NAG Nesterov momentum update algorithm.

extensions.LogToFile logs all stats to csv's each epoch.

extensions.EpochProgress show a progress bar while in the middle of an epoch

datasets.DataStreamBackground wrap a datastream and make it run in a different thread. Great for slow execution.

About

Extensions to Blocks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%