Update README.md

main
randaller 3 years ago committed by GitHub
parent 89582c4ede
commit 968423393d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -161,7 +161,7 @@ Prepare your dataset, edit the training example to set your dataset file and lau
```
python hf-training-example.py
```
Trained model will be saved into [./trained] folder. Now you may edit inference example to load your trained model and run inference with:
Trained model will be saved into [./trained] folder. Now you may launch inference example with freshly trained model and run inference with:
```
python hf-inference-example.py

Loading…
Cancel
Save