| library_name: pytorch | |
| pipeline_tag: image-classification | |
| license: mit | |
| tags: | |
| - pytorch | |
| - torchscript | |
| - image-classification | |
| - tiny | |
| - smoke-test | |
| # Tiny TorchScript for smoke tests | |
| Minimal CNN traced to TorchScript for pipeline validation (no conversion on server). | |
| Inputs: `[1,3,224,224]` float32. Outputs: `[1,10]` logits. | |