Skip to content

Commit

Permalink
Update usage.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sharif1093 committed Mar 11, 2019
1 parent c37a2a7 commit 6337f62
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/notes/02 Usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ Training/Replaying
.. code-block:: bash
:caption: Loading a checkpoint to play
python -m digideep.main --play --load-checkpoint \
"/tmp/digideep_sessions/session_YYYYYMMDDHHMMSS/checkpoints/checkpoint-XXX"
# Typical loading
python -m digideep.main --play --load-checkpoint "<path-to-checkpoint>"
# Loading a checkpoint using its saved modules (through --save-modules option)
PYTHONPATH="<path-to-session>/modules" python -m digideep.main --play --load-checkpoint "<path-to-checkpoint>"
.. _ref-play-debug:
Expand Down

0 comments on commit 6337f62

Please sign in to comment.