From f8e715cb6451af037f9b5b5fdf28262e38c1a2de Mon Sep 17 00:00:00 2001 From: Maximilian Rohleder Date: Wed, 28 Apr 2021 09:20:31 +0200 Subject: [PATCH] Adding pyronn_layers as submodule This was suggested in this pull request: https://github.com/csyben/PYRO-NN-Layers/pull/1 The submodules can be cloned together with the main repository using `git clone --recurse-submodules` --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b486313 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "pyronn_layers"] + path = pyronn_layers + url = https://github.com/csyben/PYRO-NN-Layers