-
-
Notifications
You must be signed in to change notification settings - Fork 619
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
Addition of more tutorial notebooks on topics like Siamese Networks and Super Resolution techniques #2878
Comments
@vfdev-5 it would be great to have your opinion on the topic |
@DeepC004 thanks for the ideas! Yes, it would good to have more different examples and even ideally to provide them into our code-generator for better interactivity. |
I can take up the implementation of a notebook on Siamese Networks with pytorch-ignite |
In case of a notebook, it is better to submit it to https://github.com/pytorch-ignite/examples/tree/main/tutorials/intermediate |
Alright! |
I'd love to contribute on making examples. I am thinking on making examples on simple regression tasks or vision transformer. May I try? @vfdev-5 |
@ili0820 contributing various examples would be much more helpful in pytorch-ignite code-generator: https://code-generator.pytorch-ignite.ai/ (source: https://github.com/pytorch-ignite/code-generator). If you would like to write more templates it would be awesome. If you have questions or would like to some help to get started join our discord: https://pytorch-ignite.ai/chat |
🚀 Feature
The number of examples in ignite repository is significantly less as compared to the pytorch/examples repository. It would be great to have a few more Google Colab tutorials on topics like Siamese Networks and Super resolution in images.
The above examples are already a part of pytorch/examples repository and hence will be helpful to refer and implement.
The text was updated successfully, but these errors were encountered: