spelling mistake aaaaahhh

This commit is contained in:
Tom Selier 2023-10-23 15:06:52 +02:00
parent 81383594fb
commit a7b611c090
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ $ python ./src/experiments/dataset.py
3. Three new folders will be created, containing the following percentage of images:
- `./res/dataset/training`, 70%
- `./res/dataset/validation`, 20%
- `./res/dataset/training`, 10%
- `./res/dataset/testing`, 10%
4. Images are split pseudorandomly, thus will create the same datasets on different machines.
---