@@ -700,7 +700,7 @@ are stored in the subdirectory *train* under the respective iteration directory.
700700
701701If the user wishes to restart the training at a specific checkpoint they can specify the
702702full path of the checkpoint to the variable ``init_weights`` in the **pose_cfg.yaml**
703- file under the *train* subdirectory (see Box 2).
703+ file under the *train* subdirectory (see {ref}` Box 2 <pose-cfg-box2>` ).
704704
705705**Tip**: It is recommended to train the networks for thousands of iterations
706706until the loss plateaus (typically around **500,000**) if you use batch size 1. If you
@@ -716,6 +716,15 @@ rates, and batch training defaults. Thus, please use a lower ``save_iters`` and
716716``maxiters``. I.e. we suggest saving every 10K-15K iterations, and only training until
71771750K-100K iterations. We recommend you look closely at the loss to not overfit on your
718718data. This will reduce your training time.
719+
720+ ```{figure} images/box2-single.png
721+ ---
722+ name: config-box2
723+ alt: Box 2 - Single Animal TensorFlow Configuration File Glossary
724+ align: center
725+ ---
726+ Single-animal TensorFlow configuration file glossary
727+ ```
719728````
720729
721730##### API Docs
@@ -1310,7 +1319,7 @@ subdirectory, where the `#` is the new value of `iteration` variable stored in t
13101319
13111320Now you can run ` create_training_dataset ` , then ` train_network ` , etc. If your original labels were adjusted at all,
13121321start from fresh weights (which is generally recommended), otherwise consider using your already trained network
1313- weights (see Box 2).
1322+ weights (see {ref} ` Box 2 <pose-cfg-box2> ` ).
13141323
13151324If after training the network generalizes well to the data, proceed to analyze new videos. Otherwise, consider labeling
13161325more data.
0 commit comments