-
Notifications
You must be signed in to change notification settings - Fork 12
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
Adding training jupyter notebooks #6
Comments
@paganpasta I think this is a good idea. However, what would you think about hosting the notebooks somewhere else. Or maybe as a documentation page (a better version of something like this https://oarriaga.github.io/paz/getting-started/object_detection_pipeline/). My general impression is that hosting jupyter-notebooks in the same source code repo can can quickly pollute git history, forever increasing the size of the repo. |
Hey @oarriaga, For notebooks I was planning to integrate them into documentation as you did and having a link to colab for the user to execute the same. |
Yeah that would be great! I like the idea of the colab too :) |
Hi @paganpasta |
Hey @riven314 thanks for the interest! I don't have readily available resources for training a GAN in JAX. However, you can also take a look at existing PyTorch resources on this topic as well. The only thing I'd look for in the implementation is to gain more than a simple understanding of GAN. What I mean is that, already a lot of resources and tutorials demonstrate training of a simple GAN on simple datasets. There is hardly anything new to be added. Alternatively, you can choose to demonstrate a tricky workaround which the user might not be aware of in |
Hi @paganpasta thanks for your reply |
Yes, please go ahead! |
Adding a sample training notebook (preferably on each network) on Imagenette demonstrating some different techniques. For example, different optimizers, transfer learning, distillation etc.
Open to discussions!
Image ClassificationThe text was updated successfully, but these errors were encountered: