• Davis King's avatar
    Fixed a bug in affine_. The layer was implemented as an inplace layer, · ebf7a89a
    Davis King authored
    however, that doesn't really work if we need to compute the gradients with
    respect to the parameters which the layer attempted to do.  So I made the
    layer's parameters non-learnable so it can continue to be inplace since the
    main usecase for this layer is to be a fast replacement for bn_ during testing.
    ebf7a89a
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...
CMakeLists.txt Loading commit data...
MANIFEST.in Loading commit data...
README.txt Loading commit data...
setup.py Loading commit data...