diff --git a/README.md b/README.md index d6b44c38799d0ba81717bf2b86266343c5382c71..09cdbe4c79cdae654806f73aafd533530690ac92 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,9 @@ Otherwise (or additionally): - Run `$ python tjects/experiments/asos/21_train.py` in your terminal to start the training of a new model. You can set hyperparameters etc. in this file and also in the tjects/experiments/asos/**config.py** file. - While training, you can view the loggings in tensorboard running `$ tensorboard --logdir working_dir/ttorch_logs` where working_dir is your working directory. + - **Folder "version_x" in "ttorch_logs" in your working directory must be moved to working directory and be renamed to "logs".** You can remove "ttorch_logs" after that. + - Open the "31_asos.ipynb" notebook to run ASOS. Note that this might take significantly longer than training the model. - With the following notebooks you can analyze the results.