Skip to content

Commit e438e2b

Browse files
authored
Update train.py
1 parent 1588c98 commit e438e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def parse_args():
196196
type=str)
197197
parser.add_argument(
198198
'--resume',
199-
default='./checkpoint/snapshot/checkpoint_epoch_308.pth.tar',
199+
default='',
200200
type=str,
201201
metavar='PATH')
202202

0 commit comments

Comments
 (0)