Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,14 @@ tags:
|
|
8 |
|
9 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
- Library: https://github.com/chequanghuy/TwinLiteNetPlus.git
|
11 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
- Library: https://github.com/chequanghuy/TwinLiteNetPlus.git
|
11 |
+
- Code: https://github.com/chequanghuy/TwinLiteNetPlus
|
12 |
+
|
13 |
+
# Usage
|
14 |
+
|
15 |
+
Here's how to use the model for inference:
|
16 |
+
|
17 |
+
```python
|
18 |
+
from model.model import TwinLiteNetPlus
|
19 |
+
|
20 |
+
model = TwinLiteNetPlus.from_pretrained("nielsr/twinlitenetplus-nano")
|
21 |
+
```
|