Skip to content

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

@NeoBoy

Description

@NeoBoy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions