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

[Error] Hyperparameter on Command line in Baseline code #5

Open
jinmyeongAN opened this issue Oct 25, 2022 · 1 comment
Open

[Error] Hyperparameter on Command line in Baseline code #5

jinmyeongAN opened this issue Oct 25, 2022 · 1 comment
Labels

Comments

@jinmyeongAN
Copy link
Contributor

Hyperparameter on Command line in Baseline code

  • If you run like this, it would not work properly.
python train.py --batch_size=32 --max_epoch=5
  • Then you should change the argument of .parse_args().
    args = parser.parse_args(args=[]) ->args = parser.parse_args()

reference

@FacerAin
Copy link
Contributor

I had a same issue! Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants