-
Notifications
You must be signed in to change notification settings - Fork 269
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
Visionds #54
base: master
Are you sure you want to change the base?
Visionds #54
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, have you trained enough to share results?
On MNIST, it scores badly. I changed epochs to 500, and retrain, hope to see and share results tomorrow..
temperature: 0.1 | ||
|
||
# Hyperparameters | ||
epochs: 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why epoch=5?
All other yml used 500.
It give bad results training "as is":
{'ACC': 0.1135, 'ARI': 0.0, 'NMI': 6.755387526067596e-16, 'ACC Top-5': 0.5134, 'hungarian_match': [(0, 0), (1, 9), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6), (7, 7), (8, 8), (9, 1)]}
Did you achieve good result in one of experiments?
@@ -1 +1 @@ | |||
root_dir: /path/where/to/store/results/ | |||
root_dir: /content/data/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better live unchanged
No description provided.