Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Image Classification (CPU/GPU)
|
| 2 |
|
| 3 |
- **Model:** torchvision `mobilenet_v2` pretrained on ImageNet (Apache-2.0)
|
|
@@ -19,4 +31,4 @@ python main.py --help
|
|
| 19 |
|
| 20 |
> Tip: If you have a GPU + CUDA, PyTorch will auto-use it. If not, everything runs on CPU (slower but works).
|
| 21 |
|
| 22 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- google/mobilenet_v2_1.0_224
|
| 7 |
+
pipeline_tag: image-classification
|
| 8 |
+
tags:
|
| 9 |
+
- art
|
| 10 |
+
- imageclassficatio
|
| 11 |
+
- torchvision.models.mobilenet_v2
|
| 12 |
+
---
|
| 13 |
# Image Classification (CPU/GPU)
|
| 14 |
|
| 15 |
- **Model:** torchvision `mobilenet_v2` pretrained on ImageNet (Apache-2.0)
|
|
|
|
| 31 |
|
| 32 |
> Tip: If you have a GPU + CUDA, PyTorch will auto-use it. If not, everything runs on CPU (slower but works).
|
| 33 |
|
| 34 |
+
---
|