Add TF weights; Add image_size to config
Browse files- config.json +1 -0
- tf_model.h5 +3 -0
config.json
CHANGED
@@ -21859,6 +21859,7 @@
|
|
21859 |
"21841": "chipboard, hardboard",
|
21860 |
"21842": "knothole"
|
21861 |
},
|
|
|
21862 |
"initializer_range": 0.02,
|
21863 |
"label2id": {
|
21864 |
"A-line": 4242,
|
|
|
21859 |
"21841": "chipboard, hardboard",
|
21860 |
"21842": "knothole"
|
21861 |
},
|
21862 |
+
"image_size": 224,
|
21863 |
"initializer_range": 0.02,
|
21864 |
"label2id": {
|
21865 |
"A-line": 4242,
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:862b8128f63a1be42c119262b4049e2b353bd175b06e08ce4a139fc2dade5e5a
|
3 |
+
size 440197404
|