Skip to content

Commit

Permalink
Docs/transfer example (#577)
Browse files Browse the repository at this point in the history
* Add transfer learning example

* Add to docs
  • Loading branch information
MattPainter01 authored and ethanwharris committed Jun 25, 2019
1 parent fb55c8d commit 1130a33
Show file tree
Hide file tree
Showing 2 changed files with 529 additions and 0 deletions.
522 changes: 522 additions & 0 deletions docs/_static/notebooks/transfer_learning.ipynb

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/examples/notebooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ Deep Learning

|nbviewer| `Preview <https://nbviewer.jupyter.org/github/pytorchbearer/torchbearer/blob/master/docs/_static/notebooks/adversarial.ipynb>`__   :download:`Download Notebook </_static/notebooks/adversarial.ipynb>`   |colab| `Run on Colab <https://colab.research.google.com/github/pytorchbearer/torchbearer/blob/master/docs/_static/notebooks/adversarial.ipynb>`__


- **Transfer Learning**:

This guide will cover how to perform transfer learning of a model with Torchbearer.

|nbviewer| `Preview <https://nbviewer.jupyter.org/github/pytorchbearer/torchbearer/blob/master/docs/_static/notebooks/transfer_learning.ipynb>`__   :download:`Download Notebook </_static/notebooks/transfer_learning.ipynb>`   |colab| `Run on Colab <https://colab.research.google.com/github/pytorchbearer/torchbearer/blob/master/docs/_static/notebooks/transfer_learning.ipynb>`__

Differentiable Programming
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- **Optimising Functions**:
Expand Down

0 comments on commit 1130a33

Please sign in to comment.