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

best config for MultiMNIST? #14

Closed
duyunshu opened this issue Sep 13, 2019 · 1 comment
Closed

best config for MultiMNIST? #14

duyunshu opened this issue Sep 13, 2019 · 1 comment

Comments

@duyunshu
Copy link

Could you please publish the best config for MultiMNIST experiments? I tried with the following but only got ~70% testing accuracy for both tasks, which is much lower than what's reported in your paper.

{
    "optimizer": "SGD",
    "batch_size": 256,
    "lr": 0.0005,
    "dataset": "mnist",
    "tasks": ["L", "R"],
    "normalization_type": "none",
    "algorithm": "mgda",
    "use_approximation": true,
    "scales": {"L":0.5, "R":0.5}
}

Thanks!

@ozansener
Copy link
Collaborator

This is the hyper-parameter set we used:

optimizer=SGD|batch_size=256|lr=0.05|normalization_type=none

Note that we do not always use the final model. We perform cross-validation. We go for 100 epochs and save each model during training after each epoch. Then, we choose the model with the highest validation accuracy and test it. In other words, we do cross validation for early stopping.

AwesomeLemon referenced this issue in AwesomeLemon/MultiObjectiveOptimization Sep 30, 2019
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