Skip to content

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

@jinmyeongAN

Description

@jinmyeongAN

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions