pyerualjetwork 2.5.2__py3-none-any.whl → 2.5.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.
plan/plan.py CHANGED
@@ -106,7 +106,7 @@ def fit(
106
106
 
107
107
  except:
108
108
 
109
- print(Fore.MAGENTA + 'WARNING: You try train showing but inputs is raveled. x_train inputs should be reshaped for training_show.', infoPLAN + Style.RESET_ALL)
109
+ print(Fore.MAGENTA + 'WARNING: You trying show_training but inputs is raveled. x_train inputs should be reshaped for show_training.' + Style.RESET_ALL)
110
110
 
111
111
  try:
112
112
  row, col = find_numbers(len(x_train[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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 2.5.2
3
+ Version: 2.5.4
4
4
  Summary: plan_di and plan_bi merged to 'plan'. use 'import plan
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -0,0 +1,6 @@
1
+ plan/__init__.py,sha256=gmaz8lnQfl18MbOQwabBUPmShajK5S99jfyY-hQe8tc,502
2
+ plan/plan.py,sha256=qIn0-dQZVpGs7n38sKq2N545lG_jSZPk1ozS0YRXEpQ,53161
3
+ pyerualjetwork-2.5.4.dist-info/METADATA,sha256=o1v8ZjQEX9V5LZbhhAdv1DiH5yC8f0kQsybnff7LBjc,276
4
+ pyerualjetwork-2.5.4.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
5
+ pyerualjetwork-2.5.4.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
6
+ pyerualjetwork-2.5.4.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- plan/__init__.py,sha256=gmaz8lnQfl18MbOQwabBUPmShajK5S99jfyY-hQe8tc,502
2
- plan/plan.py,sha256=lJlD0zpXgaKL6mEigJnXI9DI335Wtt2FkcPQr9SdikQ,53104
3
- pyerualjetwork-2.5.2.dist-info/METADATA,sha256=esuX2RhdqSjuSWNEk6sXTTT-Ema9Uvx8oMEqMrojEmw,276
4
- pyerualjetwork-2.5.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
5
- pyerualjetwork-2.5.2.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
6
- pyerualjetwork-2.5.2.dist-info/RECORD,,