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
File "/pylearn2/pylearn2/training_algorithms/learning_rule.py", line 232, in _apply_momentum
momentum = algorithm.learning_rule.momentum
AttributeError: 'NoneType' object has no attribute 'momentum'
The text was updated successfully, but these errors were encountered:
I tried to run scripts/gsn_example.py
when perform function test_train_supervised, it raise error :
" init() got an unexpected keyword argument 'init_momentum' "
and I found that SGD function does not have parameter ini_momentum.
I tried to run scripts/gsn_example.py
when perform function test_train_supervised, it raise error :
" init() got an unexpected keyword argument 'init_momentum' "
and I found that SGD function does not have parameter ini_momentum.
please check this error
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #1571 (comment)
File "/pylearn2/pylearn2/training_algorithms/learning_rule.py", line 232, in _apply_momentum
momentum = algorithm.learning_rule.momentum
AttributeError: 'NoneType' object has no attribute 'momentum'
The text was updated successfully, but these errors were encountered: