Closed houlinhe closed 9 months ago
#!/bin/bash GPU=0 setting='--dataset cifar10_wo_val --model resnet34 --noise 0.2 --noise_type val_split_symm_exc' CUDA_VISIBLE_DEVICES=$GPU python3 main_NL.py $setting CUDA_VISIBLE_DEVICES=$GPU python3 main_PL.py $setting --max_epochs 720 CUDA_VISIBLE_DEVICES=$GPU python3 main_pseudo1.py $setting --lr 0.1 --max_epochs 480 --epoch_step 192 288 CUDA_VISIBLE_DEVICES=$GPU python3 main_pseudo2.py $setting --lr 0.1 --max_epochs 480 --epoch_step 192 288
this is the run.sh
Hello, I followed the instructions but received error says
FileNotFoundError: [Errno 2] No such file or directory: 'logs/cifar10_wo_val_resnet34_val_split_symm_exc_20/checkpoint_epoch1439.pth.tar'
is there anywhere I should go to download the file?
Thank you so much for your time!