Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Tiny TorchScript for smoke tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
+
pipeline_tag: image-classification
|
| 4 |
+
license: mit
|
| 5 |
+
tags:
|
| 6 |
+
- pytorch
|
| 7 |
+
- torchscript
|
| 8 |
+
- image-classification
|
| 9 |
+
- tiny
|
| 10 |
+
- smoke-test
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Tiny TorchScript for smoke tests
|
| 14 |
+
|
| 15 |
+
Minimal CNN traced to TorchScript for pipeline validation (no conversion on server).
|
| 16 |
+
Inputs: `[1,3,224,224]` float32. Outputs: `[1,10]` logits.
|
| 17 |
+
|