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
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')
The text was updated successfully, but these errors were encountered:
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')
The text was updated successfully, but these errors were encountered: