Update README.md
Browse files
README.md
CHANGED
|
@@ -28,12 +28,10 @@ python trainer.py
|
|
| 28 |
|
| 29 |
* kick start the training process with defined script
|
| 30 |
|
| 31 |
-

|
| 32 |
-
|
| 33 |
-
* check the training epoch above (currently 50); see the example plot below
|
| 34 |
-
|
| 35 |

|
| 36 |
|
|
|
|
|
|
|
| 37 |
## Interact with the established model
|
| 38 |
|
| 39 |
When finished, check the model file (in ./models/) then run the inference:
|
|
|
|
| 28 |
|
| 29 |
* kick start the training process with defined script
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |

|
| 32 |
|
| 33 |
+
* check the training epoch (currently 50); see the example plot above
|
| 34 |
+
|
| 35 |
## Interact with the established model
|
| 36 |
|
| 37 |
When finished, check the model file (in ./models/) then run the inference:
|