From 22636e8b66dfb811c5dec0eb9a0f837cb2c28ff0 Mon Sep 17 00:00:00 2001 From: YYJ-aaaa <1058387004@qq.com> Date: Wed, 25 Sep 2024 14:32:14 +0800 Subject: [PATCH] add file --- config.json | 35 +++++++++++++++++++++++++++++++++++ model.safetensors | 3 +++ pytorch_model.bin | 3 +++ 3 files changed, 41 insertions(+) create mode 100644 config.json create mode 100644 model.safetensors create mode 100644 pytorch_model.bin 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