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

How can I change the model form LSTM to GRU? #230

Open
Pluto-yiyi opened this issue Nov 15, 2019 · 0 comments
Open

How can I change the model form LSTM to GRU? #230

Pluto-yiyi opened this issue Nov 15, 2019 · 0 comments

Comments

@Pluto-yiyi
Copy link

Hi, I have run this code, and test successfully. But when I want to change the model to GRU, I can't finish it. I hope you can help me and give some suggests. Thank you very much!
I change the code like this:
【train.py】
before: parser.add_argument('--model', type=str, default='lstm',
help='lstm, rnn, gru, or nas')
after:parser.add_argument('--model', type=str, default='gru',
help='lstm, rnn, gru, or nas')

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

1 participant