You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR not create file checkpoint_2.pth.tar in easy/results/runs/ only created file checkpoint_0.pth.tar and checkpoint_1.pth.tar in easy/results/runs/
#31
Open
MahdiCmtr opened this issue
Feb 3, 2021
· 1 comment
Loaded easy dataset for finetuning
The endpoints are Delta1: 0.000, Delta2: 0.005
==> no checkpoint found at '/data/easy/results/checkpoint_2.pth.tar'
Traceback (most recent call last):
File "DCC.py", line 336, in
main(args)
File "DCC.py", line 120, in main
load_weights(args, outputdir, net)
File "DCC.py", line 221, in load_weights
raise ValueError
ValueError
The text was updated successfully, but these errors were encountered:
MahdiCmtr
changed the title
ERROE checkpoint_2.pth.tar not create in easy/results/runs/ only create checkpoint_0.pth.tar and checkpoint_1.pth.tar
ERROE not create file checkpoint_2.pth.tar in easy/results/runs/ only create file checkpoint_0.pth.tar and checkpoint_1.pth.tar in easy/results/runs/
Feb 3, 2021
MahdiCmtr
changed the title
ERROE not create file checkpoint_2.pth.tar in easy/results/runs/ only create file checkpoint_0.pth.tar and checkpoint_1.pth.tar in easy/results/runs/
ERROR not create file checkpoint_2.pth.tar in easy/results/runs/ only created file checkpoint_0.pth.tar and checkpoint_1.pth.tar in easy/results/runs/
Feb 3, 2021
1- !python2 make_data.py --data easy
2- !python2 edgeConstruction.py --dataset easy --samples 600
3- !python2 pretraining.py --data easy --tensorboard --id 1 --niter 500 --dim 1 --lr 0.0001 --step 300
4- !python2 extract_feature.py --data easy --net checkpoint_2.pth.tar --features pretrained --dim 1
Loaded
easy
dataset for finetuningThe endpoints are Delta1: 0.000, Delta2: 0.005
==> no checkpoint found at '/data/easy/results/checkpoint_2.pth.tar'
Traceback (most recent call last):
File "DCC.py", line 336, in
main(args)
File "DCC.py", line 120, in main
load_weights(args, outputdir, net)
File "DCC.py", line 221, in load_weights
raise ValueError
ValueError
The text was updated successfully, but these errors were encountered: