-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
refactor readme according to new website #2407
base: master
Are you sure you want to change the base?
Conversation
Thanks for the PR @Priyansi
Let's reduce even more:
Let's rework:
|
from user and learner viewpoint, I wanted to add a request, can you please change https://github.com/bibhabasumohapatra/ignite#tldr IDE theme and use a much cool looking GIF. |
Thanks for the suggestion @bibhabasumohapatra ! Did you have something in mind? |
Maybe it misses a link to https://PyTorch-ignite.ai Or maybe I missed it 😉 |
@sdesrozis please also review |
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/pytorch/ignite/blob/master/examples/notebooks/Cifar10_Ax_hyperparam_tuning.ipynb) [Hyperparameters tuning with | ||
Ax](https://github.com/pytorch/ignite/blob/master/examples/notebooks/Cifar10_Ax_hyperparam_tuning.ipynb) |
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.
@Priyansi do we have somewhere a discoverable link on this tutorial ?
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.
i can add these tutorials here - https://pytorch-ignite.ai/tutorials/
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.
Sounds good as a temporary solution
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.
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.
Looks good to me, just few questions remains:
- non-ported tutorials should still be discoverable
- should we remove/simplify "Why Ignite" ?
@sdesrozis @trsvchn thoughts ?
Maybe "Why Ignite" could be replaced by a sort of "How To" ? Although I think it can be removed if we extend the library short description. Otherwise it looks good to me ! |
Just to clarify, How To means different use cases for the library right? |
@Priyansi let's merge and reduce "Documentation and Getting Started" and "Other Documentation" |
Here is an example:
|
@vfdev-5 is it okay now? |
Co-authored-by: vfdev <vfdev.5@gmail.com>
|
||
## Additional Materials | ||
The website for the library containing an overview can be found at: https://pytorch-ignite.ai/. Here is the order we suggest for getting started: |
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.
The website for the library containing an overview can be found at: https://pytorch-ignite.ai/. Here is the order we suggest for getting started: | |
The website for the library containing an overview can be found at: [pytorch-ignite.ai](https://pytorch-ignite.ai). Here is the order we suggest for getting started: |
The easiest way to create your training scripts with PyTorch-Ignite: | ||
- https://code-generator.pytorch-ignite.ai/ | ||
|
||
The easiest way to create your training scripts with PyTorch-Ignite: https://code-generator.pytorch-ignite.ai/ |
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.
The easiest way to create your training scripts with PyTorch-Ignite: https://code-generator.pytorch-ignite.ai/ | |
The easiest way to create your training scripts with PyTorch-Ignite: [code-generator.pytorch-ignite.ai](https://code-generator.pytorch-ignite.ai/) |
Related to #2302
Description: Removed large chunks of information in README with links to the new website.
Check list: