Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reproducing results of GENets #20

Open
shairoz-deci opened this issue Aug 24, 2021 · 1 comment
Open

reproducing results of GENets #20

shairoz-deci opened this issue Aug 24, 2021 · 1 comment

Comments

@shairoz-deci
Copy link

Thank you for sharing your code.
I've tried reproducing your results using the training hyperparameters from the paper but was unable to.
I used the popular timm package for training (https://github.com/rwightman/pytorch-image-models) and ran the following training script on 2 gpus for GENet normal (lr and batch_size reduced due to memory limitations):
./distributed_train.sh 2 /Imagenet/ -b 128 --sched cosine --epochs 480 --opt sgd -j 8 --weight-decay 4e-5 --warmup-epochs 5 --aa original-mstd0.5 --lr 0.05 --mixup 0.2 --smoothing 0.1 --reprob 0.2

the accuracy I got was 78.9 while the published checkpoint reached 79.9.
Can you please provide a training script or perhaps point out what is wrong with my training command?

Thanks in advanced

@MingLin-home
Copy link
Collaborator

Sorry for the late reply!

This project is obsoleted and the development is merged into our ICCV 2021 work Zen-NAS. The new Github repository is https://github.com/idstcv/ZenNAS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants