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
For a detailed description of the used parameters run
17
+
```sh
18
+
python3 d4_pt_dataset.py -h
19
+
```
13
20
14
21
## Pre-training a network (optional)
15
-
For a detailed description of the used parameters run `python3 d4_cmd_driver.py`
22
+
This will pre-train a model on the pseudo-scores in `gb1None.tsv`, store a model with the best weights based on the validation statistics and one from the end of the training which has the suffix `_end` in `result_files/saved_models/gb1None_DD_MM_YYYY_HHMMSS/`, will store the used parameters in `result_files/log_file.csv` and the training statistics in `result_files/results.csv`.
23
+
It can be used in the next step as a starting point for training a network on experimentally determined data.
This will save the network trained on the pre-training dataset created in the previous step. It can be used in the next step as a starting point for training a network on experimentally determined data.
20
-
The saved network can be found in `result_files/saved_models/gb1None_DD_MM_YYYY_HHMMSS/` where the time stamp will depend on the time the training was started.
29
+
For a detailed description of the used parameters run
30
+
```sh
31
+
python3 d4_cmd_driver.py -h
32
+
```
21
33
22
34
## Training a network with experimental data
23
35
In order to train a network on experimentally determined data use one of the methods mentioned below.
24
36
25
-
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/`
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