pyerualjetwork 2.5.1__py3-none-any.whl → 2.5.3__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.
- plan/plan.py +5 -1
- {pyerualjetwork-2.5.1.dist-info → pyerualjetwork-2.5.3.dist-info}/METADATA +1 -1
- pyerualjetwork-2.5.3.dist-info/RECORD +6 -0
- pyerualjetwork-2.5.1.dist-info/RECORD +0 -6
- {pyerualjetwork-2.5.1.dist-info → pyerualjetwork-2.5.3.dist-info}/WHEEL +0 -0
- {pyerualjetwork-2.5.1.dist-info → pyerualjetwork-2.5.3.dist-info}/top_level.txt +0 -0
plan/plan.py
CHANGED
@@ -98,7 +98,7 @@ def fit(
|
|
98
98
|
for i, w in enumerate(W):
|
99
99
|
trained_W[i] = trained_W[i] + w
|
100
100
|
|
101
|
-
if show_training == True or 'final':
|
101
|
+
if show_training == True or show_training == 'final':
|
102
102
|
|
103
103
|
try:
|
104
104
|
row = x_train[1].shape[0]
|
@@ -863,6 +863,10 @@ def predict_model_ssd(Input, model_name, model_path):
|
|
863
863
|
if activation_potential != 'nan':
|
864
864
|
|
865
865
|
activation_potential = float(activation_potential)
|
866
|
+
|
867
|
+
else:
|
868
|
+
|
869
|
+
activation_potential = None
|
866
870
|
|
867
871
|
try:
|
868
872
|
|
@@ -0,0 +1,6 @@
|
|
1
|
+
plan/__init__.py,sha256=gmaz8lnQfl18MbOQwabBUPmShajK5S99jfyY-hQe8tc,502
|
2
|
+
plan/plan.py,sha256=P03dm_Hvf75kP9JGL3tOqtk_9sP3ypwywOmD9ii5-hs,53168
|
3
|
+
pyerualjetwork-2.5.3.dist-info/METADATA,sha256=Jyzi5rwxcM-0j6XpleeOPn8TaOOnX37c_uQgoCIIyB8,276
|
4
|
+
pyerualjetwork-2.5.3.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
+
pyerualjetwork-2.5.3.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
+
pyerualjetwork-2.5.3.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
plan/__init__.py,sha256=gmaz8lnQfl18MbOQwabBUPmShajK5S99jfyY-hQe8tc,502
|
2
|
-
plan/plan.py,sha256=I-dmeXnmikB8tV4MWhaHnPgQLf1IaOZNzL1oSebPyU0,53087
|
3
|
-
pyerualjetwork-2.5.1.dist-info/METADATA,sha256=T5Si0W3NTUtPXQQ7_irJizf5K-q5E7aHqs0gy4bV04s,276
|
4
|
-
pyerualjetwork-2.5.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
-
pyerualjetwork-2.5.1.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
-
pyerualjetwork-2.5.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|