Khauneesh commited on
Commit
db1cbd3
·
verified ·
1 Parent(s): 701c330

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
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
+