Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nglehuy committed May 14, 2024
1 parent fe33a68 commit ec3ccc2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ docker-compose up -d
## Training & Testing Tutorial

- For training, please read [tutorial_training](./docs/tutorials/training.md)
- For testing, please read [tutorial_testing](./docs/tutorials//testing.md)
- For testing, please read [tutorial_testing](./docs/tutorials/testing.md)

**FYI**: Keras builtin training uses **infinite dataset**, which avoids the potential last partial batch.

Expand All @@ -163,8 +163,6 @@ After converting to tflite, the tflite model is like a function that transforms

See [tflite_convertion](./docs/tutorials/tflite.md)

1. Then the `.tflite` model is ready to be deployed

## Pretrained Models

Go to [drive](https://drive.google.com/drive/folders/1BD0AK30n8hc-yR28C5FW3LqzZxtLOQfl?usp=sharing)
Expand Down

0 comments on commit ec3ccc2

Please sign in to comment.