Skip to content

Commit 33b5307

Browse files
baltzelltongtongcao
authored andcommitted
Move networks to another repository (#970)
* add networks as a submodule * add it to the build script
1 parent f163c15 commit 33b5307

File tree

14 files changed

+9
-4
lines changed

14 files changed

+9
-4
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "validation/advanced-tests/data"]
55
path = validation/advanced-tests/data
66
url = https://code.jlab.org/hallb/clas12/coatjava/advanced-tests
7+
[submodule "etc/nnet"]
8+
path = etc/data/nnet
9+
url = https://code.jlab.org/hallb/clas12/coatjava/networks

build-coatjava.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ download () {
110110
cd $src_dir > /dev/null
111111
git lfs install
112112
git submodule update --init etc/data/magfield
113+
git submodule update --init etc/data/nnet
113114
if $downloadData; then git submodule update --init validation/advanced-tests/data; fi
114115
cd - > /dev/null
115116
else

etc/data/nnet

Submodule nnet added at 8767b2e

etc/ejml/ejmlclas12.network

-669 KB
Binary file not shown.
-17.2 KB
Binary file not shown.

etc/nnet/dc_negative.nnet

-49.3 KB
Binary file not shown.

etc/nnet/dc_positive.nnet

-51.9 KB
Binary file not shown.
-1.09 MB
Binary file not shown.
-59 KB
Binary file not shown.

etc/nnet/neuroph/trackFixer.nnet

-19.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)