lisa-lab/pylearn2

Error: AttributeError: 'NoneType' object has no attribute 'momentum'

Opened this issue · 3 comments

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'

could you give more information like what was the code you were trying to run?
thanks

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

nouiz commented

Pylearn2 don't have a maintainer anymore. Check Pylearn2 website for
alternative library: blocks, keras, lasagne, ...

On Wed, Apr 27, 2016 at 12:49 PM, veinpy notifications@github.com wrote:

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)