Compare commits

...

8 Commits
main ... 0.0.4

Author SHA1 Message Date
kif85e2a28a3854087893a059632b7dbc8 a07a7134eb Delete README.md
Signed-off-by: kif85e2a28a3854087893a059632b7dbc8 <32b7dbc8@leinao.ai>
2024-07-18 14:29:50 +08:00
kif85e2a28a3854087893a059632b7dbc8 e398d2a28c Delete .gitattributes
Signed-off-by: kif85e2a28a3854087893a059632b7dbc8 <32b7dbc8@leinao.ai>
2024-07-18 14:29:49 +08:00
kif85e2a28a3854087893a059632b7dbc8 95996cb12b Delete config.json
Signed-off-by: kif85e2a28a3854087893a059632b7dbc8 <32b7dbc8@leinao.ai>
2024-07-18 14:29:43 +08:00
kif85e2a28a3854087893a059632b7dbc8 a095997f83 Delete preprocessor_config.json
Signed-off-by: kif85e2a28a3854087893a059632b7dbc8 <32b7dbc8@leinao.ai>
2024-07-18 14:29:40 +08:00
kif85e2a28a3854087893a059632b7dbc8 33af49868c Delete pytorch_model.bin
Signed-off-by: kif85e2a28a3854087893a059632b7dbc8 <32b7dbc8@leinao.ai>
2024-07-18 14:29:37 +08:00
kif85e2a28a3854087893a059632b7dbc8 81771ea47d Delete tf_model.h5
Signed-off-by: kif85e2a28a3854087893a059632b7dbc8 <32b7dbc8@leinao.ai>
2024-07-18 14:29:35 +08:00
kif85e2a28a3854087893a059632b7dbc8 5600b63b50 Delete flax_model.msgpack
Signed-off-by: kif85e2a28a3854087893a059632b7dbc8 <32b7dbc8@leinao.ai>
2024-07-18 14:28:17 +08:00
kif85e2a28a3854087893a059632b7dbc8 ac982d6517 Delete model.safetensors
Signed-off-by: kif85e2a28a3854087893a059632b7dbc8 <32b7dbc8@leinao.ai>
2024-07-18 14:28:15 +08:00
8 changed files with 0 additions and 2061 deletions

0
.gitattributes vendored
View File

View File

@ -1,3 +0,0 @@
# image-classification
image-classification 图像分类 resnet-50

File diff suppressed because it is too large Load Diff

BIN
flax_model.msgpack (Stored with Git LFS)

Binary file not shown.

BIN
model.safetensors (Stored with Git LFS)

Binary file not shown.

View File

@ -1,18 +0,0 @@
{
"crop_pct": 0.875,
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ConvNextFeatureExtractor",
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"resample": 3,
"size": 224
}

BIN
pytorch_model.bin (Stored with Git LFS)

Binary file not shown.

BIN
tf_model.h5 (Stored with Git LFS)

Binary file not shown.