Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in rnn/lstm.ipynb #37

Open
kevinthesun opened this issue Feb 14, 2017 · 1 comment
Open

Issue in rnn/lstm.ipynb #37

kevinthesun opened this issue Feb 14, 2017 · 1 comment

Comments

@kevinthesun
Copy link
Contributor

kevinthesun commented Feb 14, 2017

In cell No.7

sym = lstm_unroll(num_lstm_layer=num_lstm_layer,
                  seq_len=seq_len,
                  input_size=vocab_size,
                  num_hidden=num_hidden,
                  num_embed=num_embed,
                  num_label=vocab_size,
                  ignore_label=0)

AttributeError: 'module' object has no attribute 'element_mask'

@aileli

@kevinthesun kevinthesun changed the title Issue in last.ipynb Issue in lstm.ipynb Feb 14, 2017
@kevinthesun kevinthesun changed the title Issue in lstm.ipynb Issue in rnn/lstm.ipynb Feb 14, 2017
@leecodedog
Copy link

leecodedog commented Mar 15, 2017

Did you fix it ? I met the same question
mxnet version:0.94
system: OSX, CPU
################# Guesses ###################
mx.sym.element_mask maybe is a old API. But I have no idea which API replace it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants