Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
clementchadebec committed Sep 17, 2021
1 parent 48bc1bf commit ba31247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Then the `TrainingPipeline` can be launched by running:
```

At the end of training, the model weights ``models.pt`` and model config ``model_config.json`` file
will be saved in a folder ``outputs/my_model_from_script/training_YYYY-MM-DD_hh-mm-ss/final_model``.
will be saved in a folder ``outputs/my_model/training_YYYY-MM-DD_hh-mm-ss/final_model``.

**Important**: For high dimensional data we advice you to provide you own network architectures and potentially adapt the training and model parameters see [documentation](https://pyraug.readthedocs.io/en/latest/advanced_use.html) for more details.

Expand Down

0 comments on commit ba31247

Please sign in to comment.