| { | |
| "architecture": "tf_efficientnet_b7", | |
| "num_classes": 1000, | |
| "num_features": 2560, | |
| "pretrained_cfg": { | |
| "tag": "ap_in1k", | |
| "custom_load": false, | |
| "input_size": [ | |
| 3, | |
| 600, | |
| 600 | |
| ], | |
| "fixed_input_size": false, | |
| "interpolation": "bicubic", | |
| "crop_pct": 0.949, | |
| "crop_mode": "center", | |
| "mean": [ | |
| 0.5, | |
| 0.5, | |
| 0.5 | |
| ], | |
| "std": [ | |
| 0.5, | |
| 0.5, | |
| 0.5 | |
| ], | |
| "num_classes": 1000, | |
| "pool_size": [ | |
| 19, | |
| 19 | |
| ], | |
| "first_conv": "conv_stem", | |
| "classifier": "classifier" | |
| } | |
| } |