spro / practical-pytorch

Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
MIT License
4.52k stars 1.1k forks source link

Official pytorch tutorials #6

Open chsasank opened 7 years ago

chsasank commented 7 years ago

Hi,

I've added three of your tutorials (albeit with slight modifications) to official pytorch tutorials at http://pytorch.org/tutorials/. There are rendered much better there. For example, this is how your char-nn classification looks like.

Would you mind contributing to them? Here's the repo: https://github.com/pytorch/tutorials

It'll be great for the community if all the tutorials are in one place. I see that you added a new Shakespeare char rnn tutorial. I can add that to pytorch.org/tutorials for you. But in the future, can you please make updates/changes to pytorch/tutorials?

Thanks, Sasank.

spro commented 7 years ago

Thanks, that does look better. The Shakespeare tutorial isn't complete yet - when it is, can I ping you to add it in (or show me how)?

chsasank commented 7 years ago

Please ping me on this thread after completion. Adding it to tutorials is fairly easy. README has contributing guidelines. There's also a script to convert notebook to documentation.