You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ python3 d4_cmd_driver.py -h
32
32
```
33
33
34
34
## Training a network with experimental data
35
-
In order to train a network on experimentally determined data use one of the methods mentioned below.
35
+
In order to train a network on experimentally determined data (`gb1_small_clean.csv` in this case) use one of the methods mentioned below.
36
36
37
37
This will train a network on a 0.7-0.15-0.05 training-validation-test split and save the trained model in `result_files/saved_models/gb1None_DD_MM_YYYY_HHMMSS/` as well as the used parameters in `result_files/log_file.csv` and the training and test statistics in `result_files/results.csv`.
0 commit comments