Add TF weights; Add image_size to config
Browse files- config.json +1 -0
- 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,
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca1a1ab42e9e45c88f6e79bb8af1781c8c41aae27788909c88179ed7036a41c7
|
3 |
+
size 354749304
|