Commit
·
824b029
1
Parent(s):
413508d
: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 |
+
23,
|
| 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:2baf6a78058e53b1aa94afe078cb0e0f82860a73f8ade6bdef16dbadcf74a363
|
| 3 |
+
size 508315185
|