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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
I am trying to train the HRViT_b1_224 model and I got the following error: hrvit_error_log.txt
Here is the command I used to run the training script: $ bash train.sh 1 1 0 --data ../data/imagenet_1k/ --model HRViT_b1_224 -b 32 --lr 1e-3 --weight-decay .05 --amp --img-size 224 --warmup-epochs 20 --drop-path 0.1 --head-drop 0.1 --clip-grad 1 --sync-bn --with-cp
Could there be an issue with running the training on 1 GPU only? or
could this be an issue because I am training it on a much smaller data set? [ I have maintained the same folder structure as instructed :
Could either of these be the issue?
Greetings,
I am trying to train the HRViT_b1_224 model and I got the following error:
hrvit_error_log.txt
Here is the command I used to run the training script:
$ bash train.sh 1 1 0 --data ../data/imagenet_1k/ --model HRViT_b1_224 -b 32 --lr 1e-3 --weight-decay .05 --amp --img-size 224 --warmup-epochs 20 --drop-path 0.1 --head-drop 0.1 --clip-grad 1 --sync-bn --with-cp
Could either of these be the issue?
Please advise how to resolve this issue?
The text was updated successfully, but these errors were encountered: