Upload 7 files
Browse files- config.json +17 -0
- echonet-dynamic.onnx +3 -0
- fingerprint.pb +3 -0
- metadata.json +6 -0
- saved_model.pb +3 -0
- variables/variables.data-00000-of-00001 +0 -0
- variables/variables.index +0 -0
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"module": "zea.models.echonet",
|
3 |
+
"class_name": "EchoNetDynamic",
|
4 |
+
"config": {
|
5 |
+
"name": "echo_net_dynamic",
|
6 |
+
"trainable": true,
|
7 |
+
"dtype": {
|
8 |
+
"module": "keras",
|
9 |
+
"class_name": "DTypePolicy",
|
10 |
+
"config": {
|
11 |
+
"name": "float32"
|
12 |
+
},
|
13 |
+
"registered_name": null
|
14 |
+
}
|
15 |
+
},
|
16 |
+
"registered_name": "EchoNetDynamic"
|
17 |
+
}
|
echonet-dynamic.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7968763fbbb67e9afa4f47a4ebe28486a914b44ea5db76bcdf1f85330a48234
|
3 |
+
size 158467327
|
fingerprint.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae7b25b06ccf652f2a4d6cfd9592e5119321605ee04eead7380e1a5bb246954c
|
3 |
+
size 58
|
metadata.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"keras_version": "3.6.0",
|
3 |
+
"parameter_count": 0,
|
4 |
+
"usbmd_version": "2.1.1",
|
5 |
+
"date_saved": "2024-12-20@15:30:21"
|
6 |
+
}
|
saved_model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:247b28df4fe2a29c9925aaabdcf2f9e4d78009a4d348c150d9ae668f9fa00ca4
|
3 |
+
size 158759865
|
variables/variables.data-00000-of-00001
ADDED
Binary file (24.9 kB). View file
|
|
variables/variables.index
ADDED
Binary file (146 Bytes). View file
|
|