diff --git a/doc/mc_autoencoder_pad.rst b/doc/mc_autoencoder_pad.rst index e39199050d472f071adccfc84f6d7669953d2515..7cd6d3bee6947d2d43dd2f4a09f61bce7af5b7fb 100644 --- a/doc/mc_autoencoder_pad.rst +++ b/doc/mc_autoencoder_pad.rst @@ -103,6 +103,5 @@ To prepare the training data one can use the following command: --sub-directory <PATH_TO_STORE_THE_RESULTS> # define your path here Once above script is completed, the MC data suitable for autoencoder fine-tuning is located in the folder ``<PATH_TO_STORE_THE_RESULTS>/preprocessed/``. - - +Now the autoencoder can be fine-tuned. Again, the fine-tuning procedure is explained in the **Convolutional autoencoder** section in the documentation of the ``bob.learn.pytorch`` package.