FasterNet icon indicating copy to clipboard operation
FasterNet copied to clipboard

a question

Open nince9 opened this issue 2 years ago • 1 comments

Hello dude, I am a beginner attempting to reproduce your article. However, I have found that the accuracy and training curves on Wandb are very poor. Could you please advise if this issue is due to my usage or evaluation process? with: python train_test.py -g 0,1,2 --num_nodes 1 -n 4 -b 512 -e 2000 \ --data_dir /data/datasets/imagenet/ --pin_memory --wandb_project_name fasternet \ --model_ckpt_dir ./model_ckpt/$(date +'%Y%m%d_%H%M%S') --cfg cfg/fasternet_t0.yaml the results: image

thanks for your reply

nince9 avatar May 20 '23 04:05 nince9

Hi, you could try enabling the clip_grad with proper value (e.g., 1) in the cfg file.

JierunChen avatar Jul 13 '23 07:07 JierunChen