- 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.