Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
error030 authored Oct 12, 2022
1 parent 7992e90 commit 63a3063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def parse_args():
"--cfg",
help="decide which cfg to use",
required=False,
default="configs/cifar10.yaml",
default="../main/configs/cifar10.yaml",
type=str,
)
parser.add_argument(
Expand Down

0 comments on commit 63a3063

Please sign in to comment.