Merge branch 'develop'

This commit is contained in:
Paul Corbalan 2024-01-31 12:30:16 +01:00
commit 1c741025ee
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ It's important to note that Python 3.11 was used for this project, particularly
## Use ## Use
Details of the experiments are given in the [Jupiter Notebook](./notebook.ipynb). However, they can be reproduced simply by executing the following commands: Details of the experiments are given in the [Jupiter Notebook](./notebook.ipynb). However, they can be reproduced simply by executing the following commands:
- For training : - For training:
```shell ```shell
python main.py python main.py
``` ```