diff --git a/config.json b/config.json new file mode 100644 index 0000000..2acacfe --- /dev/null +++ b/config.json @@ -0,0 +1,35 @@ +{ + "architecture": "mobilenetv3_large_100", + "num_classes": 1000, + "num_features": 1280, + "pretrained_cfg": { + "tag": "ra_in1k", + "custom_load": false, + "input_size": [ + 3, + 224, + 224 + ], + "fixed_input_size": false, + "interpolation": "bicubic", + "crop_pct": 0.875, + "crop_mode": "center", + "mean": [ + 0.485, + 0.456, + 0.406 + ], + "std": [ + 0.229, + 0.224, + 0.225 + ], + "num_classes": 1000, + "pool_size": [ + 7, + 7 + ], + "first_conv": "conv_stem", + "classifier": "classifier" + } +} \ No newline at end of file diff --git a/model.safetensors b/model.safetensors new file mode 100644 index 0000000..52e9868 --- /dev/null +++ b/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f425af34cc1cead2b5d6211f789a1f30b94835dc32f9c0fcc5a916e4fd2dde85 +size 22058321 diff --git a/pytorch_model.bin b/pytorch_model.bin new file mode 100644 index 0000000..d298846 --- /dev/null +++ b/pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ab36b2846db4c33c5472b0f7fdd46aca0836b0eeb5ccf469492f8709db0c08 +size 22130833