yourusername
commited on
Commit
•
912799d
1
Parent(s):
6754335
:beers: cheers
Browse files- config.json +17 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"block": "bottleneck",
|
3 |
+
"groups": 1,
|
4 |
+
"layers": [
|
5 |
+
3,
|
6 |
+
4,
|
7 |
+
6,
|
8 |
+
3
|
9 |
+
],
|
10 |
+
"model_type": "resnet",
|
11 |
+
"norm_layer": null,
|
12 |
+
"num_labels": 1000,
|
13 |
+
"output_size": 2048,
|
14 |
+
"replace_stride_with_dilation": null,
|
15 |
+
"width_per_group": 128,
|
16 |
+
"zero_init_residual": false
|
17 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86d9195648fb84bb5ef7b0c20fc7cbe15c003bd821ae285c9497a16339b59252
|
3 |
+
size 275916719
|