Associative_LSTM icon indicating copy to clipboard operation
Associative_LSTM copied to clipboard

Argument 'children' in AssociativeLSTM initialization

Open gissemari opened this issue 8 years ago • 0 comments

Hi, I got the latest stable release of BLOCKS, but still have this error. What is the proper way to correct it?

Building model ... Traceback (most recent call last): File "main.py", line 94, in name="lstm") File "/usr/local/lib/python2.7/dist-packages/blocks/bricks/base.py", line 842, in lazy_init return init(**kwargs) File "/home/yunli/Documents/Spring 2016/Data Mining/articles/australian language/Associative_LSTM/bricks.py", line 39, in init super(AssociativeLSTM, self).init(children=children, **kwargs) File "/usr/local/lib/python2.7/dist-packages/blocks/bricks/base.py", line 842, in lazy_init return init(**kwargs) File "/usr/local/lib/python2.7/dist-packages/blocks/bricks/interfaces.py", line 148, in init super(Initializable, self).init(**kwargs) TypeError: init() got an unexpected keyword argument 'children'

gissemari avatar Dec 19 '16 23:12 gissemari