f7e931ba3d
Additional files used for analysis
12 lines
No EOL
427 B
Text
12 lines
No EOL
427 B
Text
Folder shallow net:
|
|
|
|
1. config.json:
|
|
* includes all cnn parameters and configurations
|
|
* example for architecture: 32-8-8 (c1-c2-c3)
|
|
|
|
2. corner_loop_final.sh
|
|
* bash script to train the 20 cnns of one cnn architecture
|
|
|
|
Folder functions:
|
|
* contains the files do build the cnn, set the seeds, create a logging file, train and test the cnns
|
|
* based on ---> Github: https://github.com/davrot/kk_contour_net_shallow.git |