Commit
·
bbbc875
1
Parent(s):
f4a01df
: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": 32,
|
| 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": 4,
|
| 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:bd78c7936a6c7b023a671b599cb61209d0c190825d934b9feffd92050d421f3f
|
| 3 |
+
size 100499311
|