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

The command "python 03_generate_rnn_data.py --N 200" raises TypeError #30

Open
NeoBoy opened this issue Jul 5, 2020 · 0 comments
Open

Comments

@NeoBoy
Copy link

NeoBoy commented Jul 5, 2020

Hi,

I am trying to execute your Code in Google Colab but above command raises error. It is due to mistake in Line 50 which is N = args.N but should be changed to N = int(args.N). Otherwise error is raised. Kindly rectify

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