- 25 Jan, 2016 1 commit
-
-
Davis King authored
-
- 24 Jan, 2016 10 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
after training has finished.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
entire std::vector of objects.
-
Davis King authored
unit tests for the routines supporting this feature.
-
- 23 Jan, 2016 4 commits
-
-
Davis King authored
implementation of assign_conv_bias_gradient().
-
Davis King authored
-
Davis King authored
wrong outputs sometimes.
-
Davis King authored
-
- 22 Jan, 2016 1 commit
-
-
Davis King authored
-
- 20 Jan, 2016 2 commits
-
-
Davis E. King authored
Decode message only if encoding is known
-
Pau Gargallo authored
When 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 authored
running_gradient object.
-
Davis King authored
-
Davis King authored
if you try to open a jpeg or png file.
-
Davis King authored
dlib/all/source.cpp into their own .cpp files. If so they will get a useful error message.
-
- 16 Jan, 2016 1 commit
-
-
Davis King authored
visual studio.
-
- 15 Jan, 2016 2 commits
-
-
Davis E. King authored
sys.stdout.encoding instead of latin-1 in setup.py
-
Davis E. King authored
Add pragma guards around deprecated auto_ptr to prevent GCC warnings
-
- 14 Jan, 2016 2 commits
-
-
Séverin Lemaignan authored
Fixes #67
-
Yu Kobayashi authored
Please 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 authored
network (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 6 commits
-
-
Davis King authored
-
Davis King authored
the 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
-