• Davis King's avatar
    Added an "add_to" option to tt:copy_tensor(). There was also a bug in the · 7078cfaf
    Davis King authored
    concat layer's backward() method.  It was assigning the gradient to previous
    layers instead of adding the gradient, as required by the layer interface
    specification.  This change also noticeably speeds up concat layers since only
    one CUDA kernel launch now happens per concat operation, rather than one
    kernel launch for each sample in a tensor.
    7078cfaf
Name
Last commit
Last update
dlib Loading commit data...
docs Loading commit data...
examples Loading commit data...
python_examples Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
MANIFEST.in Loading commit data...
README.md Loading commit data...
appveyor.yml Loading commit data...
setup.py Loading commit data...