Fred Zhang
commited on
Commit
·
e9216f3
1
Parent(s):
80da1be
Add model
Browse files- config.json +35 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1 +1,35 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/inception_resnet_v2-940b1cd6.pth",
|
3 |
+
"num_classes": 3,
|
4 |
+
"input_size": [
|
5 |
+
3,
|
6 |
+
299,
|
7 |
+
299
|
8 |
+
],
|
9 |
+
"pool_size": [
|
10 |
+
8,
|
11 |
+
8
|
12 |
+
],
|
13 |
+
"crop_pct": 0.8975,
|
14 |
+
"interpolation": "bicubic",
|
15 |
+
"mean": [
|
16 |
+
0.5,
|
17 |
+
0.5,
|
18 |
+
0.5
|
19 |
+
],
|
20 |
+
"std": [
|
21 |
+
0.5,
|
22 |
+
0.5,
|
23 |
+
0.5
|
24 |
+
],
|
25 |
+
"first_conv": "conv2d_1a.conv",
|
26 |
+
"classifier": "classif",
|
27 |
+
"label_offset": 1,
|
28 |
+
"architecture": "inception_resnet_v2",
|
29 |
+
"num_features": 1536,
|
30 |
+
"labels": [
|
31 |
+
"nsfw_gore",
|
32 |
+
"nsfw_suggestive",
|
33 |
+
"safe"
|
34 |
+
]
|
35 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:552839d885331e1c8f29ba2737b82019b39532095459ea62347aea96d29fc52f
|
3 |
+
size 217929919
|