kk_contour_net_shallow/thesis code/shallow net/README.txt
katharinakorb f7e931ba3d
Add files via upload
Additional files used for analysis
2023-11-05 20:14:04 +01:00

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