pyerualjetwork 2.5.2__tar.gz → 2.5.4__tar.gz
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.
- {pyerualjetwork-2.5.2 → pyerualjetwork-2.5.4}/PKG-INFO +1 -1
- {pyerualjetwork-2.5.2 → pyerualjetwork-2.5.4}/plan/plan.py +5 -1
- {pyerualjetwork-2.5.2 → pyerualjetwork-2.5.4}/pyerualjetwork.egg-info/PKG-INFO +1 -1
- {pyerualjetwork-2.5.2 → pyerualjetwork-2.5.4}/setup.py +1 -1
- {pyerualjetwork-2.5.2 → pyerualjetwork-2.5.4}/plan/__init__.py +0 -0
- {pyerualjetwork-2.5.2 → pyerualjetwork-2.5.4}/pyerualjetwork.egg-info/SOURCES.txt +0 -0
- {pyerualjetwork-2.5.2 → pyerualjetwork-2.5.4}/pyerualjetwork.egg-info/dependency_links.txt +0 -0
- {pyerualjetwork-2.5.2 → pyerualjetwork-2.5.4}/pyerualjetwork.egg-info/top_level.txt +0 -0
- {pyerualjetwork-2.5.2 → pyerualjetwork-2.5.4}/setup.cfg +0 -0
@@ -106,7 +106,7 @@ def fit(
|
|
106
106
|
|
107
107
|
except:
|
108
108
|
|
109
|
-
print(Fore.MAGENTA + 'WARNING: You
|
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
|
|
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|
5
5
|
setup(
|
6
6
|
|
7
7
|
name = "pyerualjetwork",
|
8
|
-
version = "2.5.
|
8
|
+
version = "2.5.4",
|
9
9
|
author = "Hasan Can Beydili",
|
10
10
|
author_email = "tchasancan@gmail.com",
|
11
11
|
description= "plan_di and plan_bi merged to 'plan'. use 'import plan",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|