leap-model-parser 0.1.152__py3-none-any.whl → 0.1.154__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- leap_model_parser/utils/layerpedia/layerpedia.py +1 -1
- {leap_model_parser-0.1.152.dist-info → leap_model_parser-0.1.154.dist-info}/METADATA +2 -2
- {leap_model_parser-0.1.152.dist-info → leap_model_parser-0.1.154.dist-info}/RECORD +6 -6
- {leap_model_parser-0.1.152.dist-info → leap_model_parser-0.1.154.dist-info}/LICENSE +0 -0
- {leap_model_parser-0.1.152.dist-info → leap_model_parser-0.1.154.dist-info}/WHEEL +0 -0
- {leap_model_parser-0.1.152.dist-info → leap_model_parser-0.1.154.dist-info}/entry_points.txt +0 -0
@@ -67,7 +67,7 @@ class Layerpedia:
|
|
67
67
|
'SpatialDropout2D': {'is_trainable': False, 'kernel_index': None, "rank": 2},
|
68
68
|
'SpatialDropout3D': {'is_trainable': False, 'kernel_index': None, "rank": 3},
|
69
69
|
'StackedRNNCells': {'is_trainable': False, 'kernel_index': None},
|
70
|
-
'Subtract': {'is_trainable':
|
70
|
+
'Subtract': {'is_trainable': False, 'filters_attr_name': 'filters', 'kernel_index': None},
|
71
71
|
'ThresholdedReLU': {'is_trainable': False, 'kernel_index': None},
|
72
72
|
'UpSampling1D': {'is_trainable': False, 'kernel_index': None, "rank": 1},
|
73
73
|
'UpSampling2D': {'is_trainable': False, 'kernel_index': None, "rank": 2},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: leap-model-parser
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.154
|
4
4
|
Summary:
|
5
5
|
Home-page: https://github.com/tensorleap/leap-model-parser
|
6
6
|
License: MIT
|
@@ -16,7 +16,7 @@ Requires-Dist: keras-data-format-converter (==0.1.17)
|
|
16
16
|
Requires-Dist: leap-model-rebuilder (==0.1.5)
|
17
17
|
Requires-Dist: numpy (>=1.22.3,<2.0.0)
|
18
18
|
Requires-Dist: onnx (==1.10.1)
|
19
|
-
Requires-Dist: onnx2kerastl (==0.0.
|
19
|
+
Requires-Dist: onnx2kerastl (==0.0.140)
|
20
20
|
Requires-Dist: tensorflow (==2.11.0) ; platform_machine == "x86_64"
|
21
21
|
Requires-Dist: tensorflow-io-gcs-filesystem (==0.30.0)
|
22
22
|
Requires-Dist: tensorflow-macos (==2.11.0) ; platform_machine == "arm64"
|
@@ -9,15 +9,15 @@ leap_model_parser/keras_json_model_import.py,sha256=f3ISFoiXPgxzIXAxvbiIKyxcvq4Z
|
|
9
9
|
leap_model_parser/model_parser.py,sha256=6pNUh60m8y70upJabQBbV3hx9rXJuQUJpP5UQ8O_VGk,7111
|
10
10
|
leap_model_parser/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
leap_model_parser/utils/layerpedia/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
|
-
leap_model_parser/utils/layerpedia/layerpedia.py,sha256=
|
12
|
+
leap_model_parser/utils/layerpedia/layerpedia.py,sha256=1syubfXBTB630TVkgcQ-Ge7Qe9Zbr6EtZRreuqCJnQ8,9292
|
13
13
|
leap_model_parser/utils/tlinspection/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
14
14
|
leap_model_parser/utils/tlinspection/leapinspection.py,sha256=BUZfEoURYFzg4KIZibpSGm_4awj1GwQC5ywuXuQPwME,2804
|
15
15
|
leap_model_parser/utils/uicomponents/__init__.py,sha256=ShNUN5NLzaxOQ5ByNUUWJG6vqKpiqvA4NJvZbjsjtAU,111
|
16
16
|
leap_model_parser/utils/uicomponents/generatenodedata.py,sha256=LRaPlO5jJ9pUtkvLG9QaGBRnu860wNH_OkBM6UKLGGQ,3035
|
17
17
|
leap_model_parser/utils/uicomponents/tensorflowinscpection.py,sha256=ym613z9iQKPDBpr0RYD35bTABdm1L-Ez86G47BYT7qw,6775
|
18
18
|
leap_model_parser/utils/uicomponents/ui_components_config.yaml,sha256=nzhcSR-00erM-D09CczOmfF4a6w9kZUgDjDksHtLsUo,19604
|
19
|
-
leap_model_parser-0.1.
|
20
|
-
leap_model_parser-0.1.
|
21
|
-
leap_model_parser-0.1.
|
22
|
-
leap_model_parser-0.1.
|
23
|
-
leap_model_parser-0.1.
|
19
|
+
leap_model_parser-0.1.154.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
|
20
|
+
leap_model_parser-0.1.154.dist-info/METADATA,sha256=ZKCLWcnoreOrU0BEmwvubE7fichwOk2mA-qNAoqBfMA,1065
|
21
|
+
leap_model_parser-0.1.154.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
22
|
+
leap_model_parser-0.1.154.dist-info/entry_points.txt,sha256=ZvV6EuQt1uAqwapNg5Lo2qjJM9ZG5g2wfzZoLh_Ztyk,77
|
23
|
+
leap_model_parser-0.1.154.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{leap_model_parser-0.1.152.dist-info → leap_model_parser-0.1.154.dist-info}/entry_points.txt
RENAMED
File without changes
|