- 24 Jan, 2016 6 commits
- 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authoredentire std::vector of objects. 
- 
Davis King authoredunit tests for the routines supporting this feature. 
 
- 
- 23 Jan, 2016 4 commits
- 
- 
Davis King authoredimplementation of assign_conv_bias_gradient(). 
- 
Davis King authored
- 
Davis King authoredwrong outputs sometimes. 
- 
Davis King authored
 
- 
- 22 Jan, 2016 1 commit
- 
- 
Davis King authored
 
- 
- 20 Jan, 2016 2 commits
- 
- 
Davis E. King authoredDecode message only if encoding is known 
- 
Pau Gargallo authoredWhen python does not know the encoding of stdout, sys.stdout.encoding is None. Then calling decode(None) raises an exception. We just skip decoding when the encoding is unknown. 
 
- 
- 18 Jan, 2016 6 commits
- 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authoredrunning_gradient object. 
- 
Davis King authored
- 
Davis King authoredif you try to open a jpeg or png file. 
- 
Davis King authoreddlib/all/source.cpp into their own .cpp files. If so they will get a useful error message. 
 
- 
- 16 Jan, 2016 1 commit
- 
- 
Davis King authoredvisual studio. 
 
- 
- 15 Jan, 2016 2 commits
- 
- 
Davis E. King authoredsys.stdout.encoding instead of latin-1 in setup.py 
- 
Davis E. King authoredAdd pragma guards around deprecated auto_ptr to prevent GCC warnings 
 
- 
- 14 Jan, 2016 2 commits
- 
- 
Séverin Lemaignan authoredFixes #67 
- 
Yu Kobayashi authoredPlease use sys.stdout.encoding instead of latin-1 in setup.py. This is necessary for non English OS. 
 
- 
- 12 Jan, 2016 1 commit
- 
- 
Davis King authored
 
- 
- 11 Jan, 2016 1 commit
- 
- 
Davis King authored
 
- 
- 10 Jan, 2016 3 commits
- 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authorednetwork (which would needlessly double VRAM usage). I also added a set_synchronization_file() method so you can tell it to automatically synchronize itself to disk every so often during training. This makes resuming an interrupted training session trivially easy. 
 
- 
- 09 Jan, 2016 7 commits
- 
- 
Davis King authored
- 
Davis King authoredthe loss isn't being reduced. Also, there is a stopping condition now based on how large the current learning rate is. That is, training stops when the learning rate gets small enough and it is clear that no progress is being made. 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
 
- 
- 08 Jan, 2016 3 commits
- 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
 
- 
- 05 Jan, 2016 1 commit
- 
- 
Davis King authored
 
-