Update README.md
Browse files
README.md
CHANGED
|
@@ -24,6 +24,8 @@ Start training with your dataset (in ./data/):
|
|
| 24 |
python trainer.py
|
| 25 |
```
|
| 26 |
|
|
|
|
|
|
|
| 27 |
## Interact with the post-trained model
|
| 28 |
|
| 29 |
When finished, check the model file (in ./models/) then run the inference:
|
|
|
|
| 24 |
python trainer.py
|
| 25 |
```
|
| 26 |
|
| 27 |
+

|
| 28 |
+
|
| 29 |
## Interact with the post-trained model
|
| 30 |
|
| 31 |
When finished, check the model file (in ./models/) then run the inference:
|