Upload model config and trained weights path
Browse files- model_config.json +4 -0
- trained_weights.pth +3 -0
model_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backbone": "resnext50_32x4d.fb_swsl_ig1b_ft_in1k",
|
| 3 |
+
"num_classes": 1
|
| 4 |
+
}
|
trained_weights.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7556bab734eaf868db3adcfdfc204ef826a67a2de987a1fadd096a48c1c4d3fd
|
| 3 |
+
size 92305297
|