You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caffe uses force_backward=True to allow one to compute gradients for data layers to do things such as DeepDream. In Mocha, you have empty implementations of backwards for layers such as data and crop. With something like the force_backward option, one could optionally compute diffs.
The text was updated successfully, but these errors were encountered:
Caffe uses
force_backward=True
to allow one to compute gradients for data layers to do things such as DeepDream. In Mocha, you have empty implementations of backwards for layers such as data and crop. With something like the force_backward option, one could optionally compute diffs.The text was updated successfully, but these errors were encountered: