Skip to content

Commit

Permalink
includes 'how to load my model after training' to FAQ (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
denmonz authored Aug 7, 2021
1 parent 5b44617 commit 0f16023
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _sources/faq.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ See `Clipping on Wikipedia <https://en.wikipedia.org/wiki/Clipping_(audio)>`_ an
generalization error when evaluated on unseen data. If your model works well
on data similar to your training data but doesn't work on real data, that's probably why.
More about this `on Wikipedia <https://en.wikipedia.org/wiki/Generalization_error>`_.

How do I load my model after training?
--------------------------------------
To load your model after training, follow `these steps <https://pytorch-lightning.readthedocs.io/en/latest/common/weights_loading.html#restoring-training-state>`_
from the PyTorch Lightning docs.

0 comments on commit 0f16023

Please sign in to comment.