-
Notifications
You must be signed in to change notification settings - Fork 71
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
Accuracy on CIFAR is not similar to that in the paper #41
Comments
I also tried it with |
Hi, thanks for the issue. It looks like the config and code in this version is quite different from the one used to run CIFAR for the paper, @exnx might be able to help a bit more with recreating the exact config. One thing I can tell is different is the order of the filter - try setting Probably more important, I think the scheduler in the
to:
(following this config for the scheduler: https://github.com/HazyResearch/safari/blob/main/configs/experiment/cifar/s4-simple-cifar.yaml) EDIT: nevermind, I think this config is not supposed to be used... Eric will comment with a correction soon. |
Hello! So the current vit-cifar config was only meant for testing the pipeline, it's not meant for comparing cifar results. (eg, testing ViT pipeline on cifar is faster than running it on ImageNet). In the Hyena paper, the cifar results are for a * 2D * version of Hyena (notably not a ViT model). We still need to port the 2D version over (for cifar), which we'll do at some point soon! |
Thanks for your response. With the current setup, I got accuracy of 87% using the following setting:
|
First of all, thanks for your great work and maintaining this repository.
I have tried to get Hyena's results on CIFAR but the accuracy reaches to ~60% after 100 epochs. From the Appendix, the model dimension is 128 which is different from
experiment/cifar/hyena-vit-cifar.yaml
. So, I wonder if this is the only setting from this config file that should be fixed to get the results reported in the paper (Acc= 91%)?The text was updated successfully, but these errors were encountered: