mttf 1.1.3__py3-none-any.whl → 1.1.4__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.
Potentially problematic release.
This version of mttf might be problematic. Click here for more details.
- mt/tf/keras_applications/mobilenet_v3_split.py +21 -7
- mt/tf/version.py +1 -1
- {mttf-1.1.3.dist-info → mttf-1.1.4.dist-info}/METADATA +1 -1
- {mttf-1.1.3.dist-info → mttf-1.1.4.dist-info}/RECORD +13 -13
- {mttf-1.1.3.data → mttf-1.1.4.data}/scripts/dmt_pipi.sh +0 -0
- {mttf-1.1.3.data → mttf-1.1.4.data}/scripts/dmt_twineu.sh +0 -0
- {mttf-1.1.3.data → mttf-1.1.4.data}/scripts/pipi.sh +0 -0
- {mttf-1.1.3.data → mttf-1.1.4.data}/scripts/wml_nexus.py +0 -0
- {mttf-1.1.3.data → mttf-1.1.4.data}/scripts/wml_pipi.sh +0 -0
- {mttf-1.1.3.data → mttf-1.1.4.data}/scripts/wml_twineu.sh +0 -0
- {mttf-1.1.3.dist-info → mttf-1.1.4.dist-info}/WHEEL +0 -0
- {mttf-1.1.3.dist-info → mttf-1.1.4.dist-info}/licenses/LICENSE +0 -0
- {mttf-1.1.3.dist-info → mttf-1.1.4.dist-info}/top_level.txt +0 -0
|
@@ -69,21 +69,35 @@ except ImportError:
|
|
|
69
69
|
_inverted_res_block,
|
|
70
70
|
)
|
|
71
71
|
|
|
72
|
-
|
|
73
72
|
try:
|
|
74
73
|
from keras import backend
|
|
74
|
+
except ImportError:
|
|
75
|
+
from tensorflow.python.keras import backend
|
|
76
|
+
|
|
77
|
+
try:
|
|
75
78
|
from keras import models
|
|
79
|
+
except ImportError:
|
|
80
|
+
from tensorflow.python.keras import models
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
try:
|
|
76
84
|
from keras.layers import VersionAwareLayers
|
|
85
|
+
|
|
86
|
+
layers = VersionAwareLayers()
|
|
87
|
+
except ImportError:
|
|
88
|
+
try:
|
|
89
|
+
from keras import layers
|
|
90
|
+
except ImportError:
|
|
91
|
+
from tensorflow.python.keras.layers import VersionAwareLayers
|
|
92
|
+
|
|
93
|
+
layers = VersionAwareLayers()
|
|
94
|
+
|
|
95
|
+
try:
|
|
77
96
|
from keras.utils import data_utils, layer_utils
|
|
78
97
|
except ImportError:
|
|
79
|
-
from tensorflow.python.keras import backend
|
|
80
|
-
from tensorflow.python.keras import models
|
|
81
|
-
from tensorflow.python.keras.layers import VersionAwareLayers
|
|
82
98
|
from tensorflow.python.keras.utils import data_utils, layer_utils
|
|
83
|
-
from tensorflow.python.platform import tf_logging as logging
|
|
84
99
|
|
|
85
|
-
|
|
86
|
-
layers = VersionAwareLayers()
|
|
100
|
+
from tensorflow.python.platform import tf_logging as logging
|
|
87
101
|
|
|
88
102
|
|
|
89
103
|
def MobileNetV3Input(
|
mt/tf/version.py
CHANGED
|
@@ -2,9 +2,9 @@ mt/tf/__init__.py,sha256=M8xiJNdrAUJZgiZTOQOdfkehjO-CYzGpoxh5HVGBkms,338
|
|
|
2
2
|
mt/tf/init.py,sha256=Hbp0-daCDTUEkQiDwNpbv2qqP7tr9qCyBFUafMklkos,1298
|
|
3
3
|
mt/tf/mttf_version.py,sha256=ha53i-H9pE-crufFttUECgXHwPvam07zMKzApUts1Gs,206
|
|
4
4
|
mt/tf/utils.py,sha256=Copl5VM0PpuFUchK-AcBuGO6QitDwHcEs4FruZb2GAI,2460
|
|
5
|
-
mt/tf/version.py,sha256=
|
|
5
|
+
mt/tf/version.py,sha256=wwYizgo5s_gw0_URJ5ObnIKjwfoG5wdSZG30y4tXWK4,206
|
|
6
6
|
mt/tf/keras_applications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
mt/tf/keras_applications/mobilenet_v3_split.py,sha256=
|
|
7
|
+
mt/tf/keras_applications/mobilenet_v3_split.py,sha256=1oPB3EX3k3c7iju9Ksuw9xyv32-mOKPs3uy2Mk5tLd8,19716
|
|
8
8
|
mt/tf/keras_applications/mobilevit.py,sha256=VsKB_U-f9jwUEjpd0eq-YXL4rDsuAbKQ0yIzkbMfLzw,9949
|
|
9
9
|
mt/tf/keras_layers/__init__.py,sha256=fSfhKmDz4mIHUYXgRrditWY_aAkgWGM_KjmAilOauXg,578
|
|
10
10
|
mt/tf/keras_layers/counter.py,sha256=KsM25lRvxQZZUz0GLbeUNoPLwVoLF1MK0tQPn9-dVWQ,858
|
|
@@ -19,14 +19,14 @@ mt/tfc/__init__.py,sha256=XFXAbmEi5uTAuZj797cBqw9ZBnVy6ptxP0TTzVauMNk,8446
|
|
|
19
19
|
mt/tfg/__init__.py,sha256=6Ly2QImAyQTsg_ZszuAuK_L2n56v89Cix9yYmMVk0CM,304
|
|
20
20
|
mt/tfp/__init__.py,sha256=AQkGCkmDRwswEt3qoOSpxe-fZekx78sHHBs2ZVz33gc,383
|
|
21
21
|
mt/tfp/real_nvp.py,sha256=U9EmkXGqFcvtS2yeh5_RgbKlVKKlGFGklAb7Voyazz4,4440
|
|
22
|
-
mttf-1.1.
|
|
23
|
-
mttf-1.1.
|
|
24
|
-
mttf-1.1.
|
|
25
|
-
mttf-1.1.
|
|
26
|
-
mttf-1.1.
|
|
27
|
-
mttf-1.1.
|
|
28
|
-
mttf-1.1.
|
|
29
|
-
mttf-1.1.
|
|
30
|
-
mttf-1.1.
|
|
31
|
-
mttf-1.1.
|
|
32
|
-
mttf-1.1.
|
|
22
|
+
mttf-1.1.4.data/scripts/dmt_pipi.sh,sha256=NNsj4P332unHMqU4mAFjU9PQvxQ8TK5XQ42LC29IZY8,510
|
|
23
|
+
mttf-1.1.4.data/scripts/dmt_twineu.sh,sha256=KZhcYwuCW0c36tWcOgCe7uxJmS08rz-J6YNY76Exy4M,193
|
|
24
|
+
mttf-1.1.4.data/scripts/pipi.sh,sha256=kdo96bdaKq2QIa52Z4XFSiGPcbDm09SAU9cju6I2Lxo,289
|
|
25
|
+
mttf-1.1.4.data/scripts/wml_nexus.py,sha256=kW0ju8_kdXc4jOjhdzKiMsFuO1MNpHmu87skrhu9SEg,1492
|
|
26
|
+
mttf-1.1.4.data/scripts/wml_pipi.sh,sha256=CuidIcbuxyXSBNQqYRhCcSC8QbBaSGnQX0KAIFaIvKA,499
|
|
27
|
+
mttf-1.1.4.data/scripts/wml_twineu.sh,sha256=av1JLN765oOWC5LPkv2eSWIVof26y60601tMGkuYdb8,180
|
|
28
|
+
mttf-1.1.4.dist-info/licenses/LICENSE,sha256=e_JtcszdGZ2ZGfjcymTGrcxFj_9XPicZOVtnsrPvruk,1070
|
|
29
|
+
mttf-1.1.4.dist-info/METADATA,sha256=yr74gOSqTLrx-cOm9pZPjFFGk5rDR6npCbs9Oy6pJV0,555
|
|
30
|
+
mttf-1.1.4.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
|
|
31
|
+
mttf-1.1.4.dist-info/top_level.txt,sha256=WcqGFu9cV7iMZg09iam8eNxUvGpLSKKF2Iubf6SJVOo,3
|
|
32
|
+
mttf-1.1.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|