-
Notifications
You must be signed in to change notification settings - Fork 23
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
DiverseMultiMNist config file. #2
Comments
You can modify the config based on Tables 10-12 in the paper. |
Is this correct?
|
It seems syntactically correct. |
Do you mind verifying that it is actually correct please? That would be quite helpful so that I don't spend a week debugging when it's not actually right. |
I have no access to machines right now. But your config file is correct except that "True" should be "true". We also conduct a variant of your config which is the vector-structured pose. This is done by setting 'matrix_pose' to false. |
With the config as is, it reaches only 73% accuracy on the diverse multi mnist test set. That's notably lower than the result in the paper. It also is at 9.98m parameters, which is a tiny bit larger than what you shared. So I suspect it's off in some way from the config you used. Any idea where it could be off or perhaps some other part that's different between the setup (for CIFAR) in the repo and the setup for DMM? Fwiw, it reaches ~99.99%/100% on the training set np. |
I'm not sure your training/test match the setting in the paper or not. You can first try the vanilla Capsules (Dynamic/ EM Capsules) on multimnist, and see what you get. Moreover, I don't think I reach ~99.99% accuracy on the training set. |
Hi @yaohungt , I really need to figure out where exactly I am messing up or is there something else which is causing this difference? |
Hi, could you please post a config file for the DiverseMultiMNist?
The text was updated successfully, but these errors were encountered: