README and Docs updates with A100 TensorRT times (#270)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
216cf2ddb6
commit
e18ae9d8e1
10 changed files with 250 additions and 241 deletions
|
|
@ -5,7 +5,7 @@ BaseTrainer contains the generic boilerplate training routine. It can be customi
|
|||
|
||||
* `get_model(cfg, weights)` - The function that builds a the model to be trained
|
||||
* `get_dataloder()` - The function that builds the dataloder
|
||||
More details and source code can be found in [`BaseTrainer` Reference](../reference/base_trainer.md)
|
||||
More details and source code can be found in [`BaseTrainer` Reference](reference/base_trainer.md)
|
||||
|
||||
## DetectionTrainer
|
||||
Here's how you can use the YOLOv8 `DetectionTrainer` and customize it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue