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

A problem for CIFAR100 selfsup training #1

Open
1506775595hzy opened this issue May 15, 2024 · 0 comments
Open

A problem for CIFAR100 selfsup training #1

1506775595hzy opened this issue May 15, 2024 · 0 comments

Comments

@1506775595hzy
Copy link

Hi, i have read the paper, and i'm very excited that MCR2 code will generate structrual features, which will be very helpful for many downstream tasks.
However, when i try the CIFAR100-selfsup code from Commands for Self-supervised Learning Setting section, it seems that the learned model is failed(very small weights like 1e-27) and extracted features are all zero. But i am not sure what's the problem with this code.

CIFAR10 is workable, but similar code for CIFAR100 is failed. My code is followed as
python3 train_selfsup.py --arch resnet18ctrl --data cifar100 --fd 128 --epo 100 --bs 1000 --eps 0.5 --gam1 20 --gam2 0.05 --lr 0.1 --aug 50 --transform cifarfrom
python extract.py--model dir .saved models/selfsupresnet18ctr1+128far100 epo100 bs1000 aug50+cifar lr0.1 mom0.9 wd0.0005 gam120.0 gam20.05 eps0.5/

I'm appreciate if you can solve my problem!

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

1 participant