Update and rename training.md to models/README.md
This commit is contained in:
parent
834c0bd238
commit
8ab1741e4c
1 changed files with 11 additions and 1 deletions
|
|
@ -1,6 +1,16 @@
|
||||||
# Meta information about training
|
# Meta information about training
|
||||||
|
|
||||||
|
The trained models that are saved here follow the following naming convention:
|
||||||
|
|
||||||
|
* Optuna intermediate model: `[model]-[dataset]-[context].pt`
|
||||||
|
* Fully trained model: `[model]-[dataset]-full-[context].pt`
|
||||||
|
|
||||||
|
The following parameters were used:
|
||||||
|
|
||||||
* training size: 2048 for optuna, 209715 for full training
|
* training size: 2048 for optuna, 209715 for full training
|
||||||
* context sizes used: 128, 256
|
* context sizes: {128, 256}
|
||||||
|
|
||||||
|
The models were trained with the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
uv run python ./results/[cnn,autoencoder] train --method [full,optuna] \
|
uv run python ./results/[cnn,autoencoder] train --method [full,optuna] \
|
||||||
Reference in a new issue