Fix PT weights; Add TF weights
Browse files- config.json +1 -0
- pytorch_model.bin +2 -2
- tf_model.h5 +3 -0
config.json
CHANGED
@@ -1018,6 +1018,7 @@
|
|
1018 |
"998": "ear, spike, capitulum",
|
1019 |
"999": "toilet tissue, toilet paper, bathroom tissue"
|
1020 |
},
|
|
|
1021 |
"initializer_range": 0.02,
|
1022 |
"label2id": {
|
1023 |
"Afghan hound, Afghan": 160,
|
|
|
1018 |
"998": "ear, spike, capitulum",
|
1019 |
"999": "toilet tissue, toilet paper, bathroom tissue"
|
1020 |
},
|
1021 |
+
"image_size": 224,
|
1022 |
"initializer_range": 0.02,
|
1023 |
"label2id": {
|
1024 |
"Afghan hound, Afghan": 160,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bbe9bdc449008ff9c37ad32c299fbad2cb833c99988e12159677f00e9067f4c
|
3 |
+
size 1400917137
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:131025e28a66d7a40501b7b4e854b51ed1306a4f160e5e8fd5bb5f036a8506e5
|
3 |
+
size 1401171864
|