Official pytorch tutorials
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.
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)?
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.