Skip to content
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

Next steps for notebooks and tutorials #69

Open
MikeInnes opened this issue Oct 24, 2018 · 2 comments
Open

Next steps for notebooks and tutorials #69

MikeInnes opened this issue Oct 24, 2018 · 2 comments

Comments

@MikeInnes
Copy link
Member

With #59 we have good infrastructure for generating notebooks. There are a couple more steps we need:

  • Content. This could be taken from existing open-source tutorials (Tutorials #68) and we should also port existing notebooks like these and these.
  • Auto build notebooks – we can do this on our CI, like documenter, and push them to a branch of this repo.
  • JuliaBox – really just the same as the above, but push them to the JuliaBoxTutorials repo, which gets synced to JuliaBox users' drives.
  • Flux Website – we should have a tutorials section on the website, built from these notebooks. We'll need to build HTML from the notebooks we have (ideally with niceties like ToC, but that's secondary) and push them to the Flux website's github pages.

Useful resources:

@jumerckx
Copy link

I've tried to implement PyTorch's seq2seq translation tutorial (for the model itself I've also looked at Fast.ai's nmt lesson).

I've written my process down in this notebook

The model's performance is pretty bad and I'm not sure why that is, but I believe this could perhaps be resolved quickly by someone with more knowledge and experience.

Thanks
Jules

@MikeInnes
Copy link
Member Author

That looks great. Any chance you can put it up as a PR in a Literate.jl format? Then we can look at debugging performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants