From 8fbe7ddc0ad4c74ee5d59f7b610220b07b3d7b27 Mon Sep 17 00:00:00 2001
From: Timo Tjaden Stomberg <timo.stomberg@uni-bonn.de>
Date: Mon, 24 Oct 2022 11:47:38 +0200
Subject: [PATCH] updated readme

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index d6b44c3..09cdbe4 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.
 
-- 
GitLab