From dc01bd06370cd4f253ae81b9e59a3346776006c6 Mon Sep 17 00:00:00 2001 From: Olegs NIKISINS <onikisins@italix03.idiap.ch> Date: Thu, 24 Jan 2019 19:15:18 +0100 Subject: [PATCH] Completed the doc on MC AE fine-tuning --- doc/mc_autoencoder_pad.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/mc_autoencoder_pad.rst b/doc/mc_autoencoder_pad.rst index e3919905..7cd6d3be 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. -- GitLab