Skip to content

Commit

Permalink
DOC: Adds transfer learning tutorial (#281)
Browse files Browse the repository at this point in the history
Adds transfer learning tutorial notebook.

This tutorial converts the pure PyTorch approach described in https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html to skorch.
  • Loading branch information
thomasjpfan authored and benjamin-work committed Jul 23, 2018
1 parent f72274b commit 35e81f3
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Expand Up @@ -11,12 +11,11 @@ data/
*.pyc
*.pkl
*.gz
*.ipynb
*.log
*.c
*.so
*.json
*.vocab
*.w2v
*prof
*.py~
*.py~

0 comments on commit 35e81f3

Please sign in to comment.