Initial commit: ResNet50 fine-tuned for Zoom gallery view detection
Browse files- config.json +1 -0
- full_model.pt +3 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"model_type": "resnet50", "num_labels": 2, "labels": ["Not Zoom", "Zoom"]}
|
full_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b96e0d5c176927092d0c35afe238a621b9fa56f87732d9683a8825856fcca1f
|
| 3 |
+
size 94394577
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:474cd22e58bb910500a7658550c964f9e93438183fe4f26ba91d32d1fb1bf878
|
| 3 |
+
size 94368483
|