Skip to content

Issue in Main.py #1

Description

@mianajmallhr

The error is due to ArgumentParser trying to parse internal Colab kernel arguments. To fix this, you should change parser.parse_args() to parser.parse_known_args() in main.py. This will allow your script to ignore the unrecognized arguments from the Colab environment.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions