From 34b26db7dc85fcb17eb82888d9437dec3770b686 Mon Sep 17 00:00:00 2001 From: Timo Tjaden Stomberg <timo.stomberg@uni-bonn.de> Date: Tue, 28 Jun 2022 16:26:48 +0200 Subject: [PATCH] changes in readme --- README.md | 4 +++- projects/asos/34_analyze_samples.ipynb | 4 ++-- projects/asos/35_analyze_any_region.ipynb | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f9ae924..078f3fb 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,9 @@ Otherwise (or additionally): ## Train Your Own Model - Run `python projects/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 projects/asos/**config.py** file. - - Open the "31_asos.ipynb" notebook to run ASOS. + - 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. ## Export Your Own Data diff --git a/projects/asos/34_analyze_samples.ipynb b/projects/asos/34_analyze_samples.ipynb index cade7cd..e367838 100644 --- a/projects/asos/34_analyze_samples.ipynb +++ b/projects/asos/34_analyze_samples.ipynb @@ -362,7 +362,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3.8.10 64-bit", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -376,7 +376,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.9.12" }, "vscode": { "interpreter": { diff --git a/projects/asos/35_analyze_any_region.ipynb b/projects/asos/35_analyze_any_region.ipynb index a8a9756..35ceda9 100644 --- a/projects/asos/35_analyze_any_region.ipynb +++ b/projects/asos/35_analyze_any_region.ipynb @@ -134,7 +134,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3.8.10 64-bit", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -148,7 +148,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.9.12" }, "vscode": { "interpreter": { -- GitLab