Skip to content

Commit

Permalink
minor fix on main
Browse files Browse the repository at this point in the history
  • Loading branch information
jeehyunHwang committed Nov 5, 2021
1 parent 1cfb5d3 commit 9f7d957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_parser():
parser.add_argument("--gpu",
type=str,
help="gpu num",
default="1")
default="0")

return parser

Expand Down

0 comments on commit 9f7d957

Please sign in to comment.