From 1ae59be5f03c7a6f808667a8c582a7f2e0c3a2c2 Mon Sep 17 00:00:00 2001 From: Runinho Date: Thu, 5 Aug 2021 12:10:36 +0200 Subject: [PATCH 01/11] Set theme jekyll-theme-slate --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..f980e76 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-slate From 18503d4c92440a883b053b1dd4e89aa1014edf98 Mon Sep 17 00:00:00 2001 From: Runinho Date: Thu, 5 Aug 2021 12:14:10 +0200 Subject: [PATCH 02/11] add template --- _layout/default.html | 53 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 _layout/default.html diff --git a/_layout/default.html b/_layout/default.html new file mode 100644 index 0000000..081efce --- /dev/null +++ b/_layout/default.html @@ -0,0 +1,53 @@ + + + + + + + + + + +{% seo %} + {% include head-custom.html %} + + + + + +
+
+ {% if site.github.is_project_page %} + View on GitHub + {% endif %} + +

{{ site.title | default: site.github.repository_name }}

+

{{ site.description | default: site.github.project_tagline }}

+ + {% if site.show_downloads %} +
+ Download this project as a .zip file + Download this project as a tar.gz file +
+ {% endif %} +
+
+ + +
+
+ {{ content }} +
+
+ + + + + From 53ecdaf077b1852ce1270efb2fbeb6357dcfa7dc Mon Sep 17 00:00:00 2001 From: Runinho Date: Thu, 5 Aug 2021 12:17:31 +0200 Subject: [PATCH 03/11] change theme --- _config.yml | 2 +- _layout/default.html | 69 +++++++++++++++++++------------------------- 2 files changed, 30 insertions(+), 41 deletions(-) diff --git a/_config.yml b/_config.yml index f980e76..277f1f2 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-slate +theme: jekyll-theme-cayman diff --git a/_layout/default.html b/_layout/default.html index 081efce..2eac6dc 100644 --- a/_layout/default.html +++ b/_layout/default.html @@ -1,53 +1,42 @@ - - - - - - + {% seo %} + + + + + + + {% include head-custom.html %} - - - -
-
- {% if site.github.is_project_page %} - View on GitHub - {% endif %} - -

{{ site.title | default: site.github.repository_name }}

-

{{ site.description | default: site.github.project_tagline }}

- - {% if site.show_downloads %} -
- Download this project as a .zip file - Download this project as a tar.gz file -
- {% endif %} -
-
- - -
-
- {{ content }} -
-
- - - + From 8f8fedee737bcea32de11f8ed10821184c1d4c80 Mon Sep 17 00:00:00 2001 From: Runinho Date: Thu, 5 Aug 2021 12:18:08 +0200 Subject: [PATCH 04/11] Set theme jekyll-theme-cayman From f95688beeb983f47886e7837e561692661846147 Mon Sep 17 00:00:00 2001 From: Runinho Date: Thu, 5 Aug 2021 12:22:07 +0200 Subject: [PATCH 05/11] change to custom template --- _config.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 _config.yml diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 277f1f2..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-cayman From 42e70974355c1d3fc9e53792b577a8a307cf8abb Mon Sep 17 00:00:00 2001 From: Runinho Date: Thu, 5 Aug 2021 12:28:23 +0200 Subject: [PATCH 06/11] layout changes --- _layout/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layout/default.html b/_layout/default.html index 2eac6dc..f70d7a3 100644 --- a/_layout/default.html +++ b/_layout/default.html @@ -2,6 +2,7 @@ + {% seo %} @@ -9,7 +10,6 @@ - {% include head-custom.html %} From de0e333c7f8c60d7ccee591d5f86af223a7928fe Mon Sep 17 00:00:00 2001 From: Runinho Date: Thu, 5 Aug 2021 12:32:19 +0200 Subject: [PATCH 07/11] Set theme jekyll-theme-cayman --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file From aa85cbfc003a1d16d120c19db11b671c2d3882bb Mon Sep 17 00:00:00 2001 From: Runinho Date: Thu, 5 Aug 2021 12:34:02 +0200 Subject: [PATCH 08/11] layout tweaks --- head-custom.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 head-custom.html diff --git a/head-custom.html b/head-custom.html new file mode 100644 index 0000000..68632b8 --- /dev/null +++ b/head-custom.html @@ -0,0 +1 @@ + From 31c2b6d00fbf4f8eba5e991c99eb9eddc849242e Mon Sep 17 00:00:00 2001 From: Runinho Date: Thu, 5 Aug 2021 12:35:50 +0200 Subject: [PATCH 09/11] fix location --- head-custom.html => _includes/head-custom.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename head-custom.html => _includes/head-custom.html (100%) diff --git a/head-custom.html b/_includes/head-custom.html similarity index 100% rename from head-custom.html rename to _includes/head-custom.html From ac4fe3582d6672cfe6cd08518882d505cf090957 Mon Sep 17 00:00:00 2001 From: Runinho Date: Thu, 5 Aug 2021 12:39:16 +0200 Subject: [PATCH 10/11] change markdown parser --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c419263..f4b4188 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,2 @@ -theme: jekyll-theme-cayman \ No newline at end of file +theme: jekyll-theme-cayman +markdown: GFM From d3dfdc89526172f584703c9e54db5317d2546ad5 Mon Sep 17 00:00:00 2001 From: Runinho Date: Mon, 18 Oct 2021 12:46:33 +0200 Subject: [PATCH 11/11] add note for gpu training --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6f236bd..52a742e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ python run_training.py --model_dir models --head_layer 2 ``` The Script will train a model for each defect type and save it in the `model_dir` Folder. +To enable training on an Nvidia GPU use the `--cuda 1` flag. +``` +python run_training.py --model_dir models --head_layer 2 --cuda 1 +``` + One can track the training progress of the models with tensorboard: ``` tensorboard --logdir logdirs