@@ -34,7 +34,7 @@ Once the config file is defined, training the network can be done with the follo
.. code-block:: sh
./bin/train_fasnet.py \ # script used for FASNET training
<PATH_TO_TRAINER_CONFIG>/wmca_FASNet.py \ # configuration file defining the FASNET network, database, and training parameters
<PATH_TO_TRAINER_CONFIG>/wmca_faset.py \ # configuration file defining the FASNET network, database, and training parameters
-vv # set verbosity level
People in Idiap can benefit from GPU cluster, running the training as follows:
...
...
@@ -46,7 +46,7 @@ People in Idiap can benefit from GPU cluster, running the training as follows:
--log-dir <FOLDER_TO_SAVE_THE_RESULTS>/logs/ \ # substitute the path to save the logs to (Idiap only)
--environment="PYTHONUNBUFFERED=1" -- \ #
./bin/train_fasnet.py \ # script used for FASNET training
<PATH_TO_TRAINER_CONFIG>/wmca_FASNet.py \ # configuration file defining the FASNET network, database, and training parameters
<PATH_TO_TRAINER_CONFIG>/wmca_fasnet.py \ # configuration file defining the FASNET network, database, and training parameters
--use-gpu \ # enable the GPU mode
-vv # set verbosity level
...
...
@@ -57,7 +57,7 @@ For a more detailed documentation of functionality available in the training scr
./bin/train_fasnet.py --help # note: remove ./bin/ if buildout is not used
Please inspect the corresponding configuration file, ``wmca_FASNet.py`` for example, for more details on how to define the database, network architecture and training parameters.
Please inspect the corresponding configuration file, ``wmca_faset.py`` for example, for more details on how to define the database, network architecture and training parameters.
The protocols, and channels used in the experiments can be easily configured in the configuration file.
...
...
@@ -72,10 +72,10 @@ For **grandtest** protocol this can be done as follows.