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
Copy file name to clipboardExpand all lines: pylearn2/models/tests/test_costs.py
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
2
2
"""
3
-
Notes: Cost function is not implemented for IdentityConvNonlinearity, RectifierConvNonlinearity, TanhConvNonlinearity. It is bugged for SigmoidConvNonlinearity, but we are
4
-
not triggering that bug here. The cost function is not implemented for standard mlp RectifiedLinear or Tanh.
3
+
Notes: Cost function is not implemented for IdentityConvNonlinearity, RectifierConvNonlinearity,
4
+
TanhConvNonlinearity. It is bugged for SigmoidConvNonlinearity, but we are not triggering the
5
+
bug here. The cost function is also not implemented for standard mlp RectifiedLinear or Tanh.
0 commit comments