Invalid JSON: Unexpected token ']', ..."1307,
],
"st"... is not valid JSON
| { | |
| "architecture": "resnet18", | |
| "num_classes": 10, | |
| "num_features": 512, | |
| "pretrained_cfg": { | |
| "num_classes": 10, | |
| "input_size": [ | |
| 1, | |
| 28, | |
| 28 | |
| ], | |
| "crop_pct": 1, | |
| "interpolation": "bilinear", | |
| "fixed_input_size": false, | |
| "mean": [ | |
| 0.1307, | |
| ], | |
| "std": [ | |
| 0.3081, | |
| ], | |
| "first_conv": "conv1", | |
| "classifier": "fc" | |
| }, | |
| "url": "https://huggingface.co/gpcarl123/resnet18_mnist/resolve/main/resnet18_mnist.pth", | |
| "input_size": [ | |
| 1, | |
| 28, | |
| 28 | |
| ], | |
| "crop_pct": 1, | |
| "interpolation": "bilinear", | |
| "fixed_input_size": false, | |
| "mean": [ | |
| 0.1307, | |
| ], | |
| "std": [ | |
| 0.3081, | |
| ], | |
| "first_conv": "conv1", | |
| "classifier": "fc" | |
| } |