CIFAR-100 with pytorch-lightning and Tensorboard logging #12944
Replies: 3 comments 2 replies
-
The rest looks really good! |
Beta Was this translation helpful? Give feedback.
-
Hi @rohitgr7 , Following your feedbacks, I modified my code (Github up to date). Please let me know if I'm correct or if I misunderstood some stuff. Here is what I modified/implemented:
Additional modification not part of your feedbacks:
Finally, a few more points I'd like to clear out:
Thanks again Cheers Antoine |
Beta Was this translation helpful? Give feedback.
-
it should go under
you should rename it to
after this make sure to call
yeah, it's fine.
not sure about this.
won't be an issue in the future releases since a fix was merged recently. rest looks good 🚀 |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
After a few months of using pytorch-lightning and exchanging with the team on Slack, I wanted to give back and capitalize on what I've learned, to help others.
So please find below a link to my public CIFAR-100 repo. It extends on official tutorials.
All the logging is done in Tensorboard (image samples, losses, accuracies, histograms, model, ...).
Please leave any comments if you think certain things could be improved.
CIFAR-100
Have fun!
Antoine
Beta Was this translation helpful? Give feedback.
All reactions