pyerualjetwork 2.4.6__py3-none-any.whl → 2.4.8__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_di/plan_di.py +1 -1
- {pyerualjetwork-2.4.6.dist-info → pyerualjetwork-2.4.8.dist-info}/METADATA +1 -1
- pyerualjetwork-2.4.8.dist-info/RECORD +8 -0
- pyerualjetwork-2.4.6.dist-info/RECORD +0 -8
- {pyerualjetwork-2.4.6.dist-info → pyerualjetwork-2.4.8.dist-info}/WHEEL +0 -0
- {pyerualjetwork-2.4.6.dist-info → pyerualjetwork-2.4.8.dist-info}/top_level.txt +0 -0
plan_di/plan_di.py
CHANGED
@@ -159,7 +159,7 @@ def fit(
|
|
159
159
|
row, col = find_numbers(len(x_train[0]))
|
160
160
|
|
161
161
|
except:
|
162
|
-
|
162
|
+
print(Fore.RED + 'ERROR: Change show_training to None. Input length cannot be reshaped', infoPLAN + Style.RESET_ALL)
|
163
163
|
return 'e'
|
164
164
|
|
165
165
|
for j in range(len(class_count)):
|
@@ -0,0 +1,8 @@
|
|
1
|
+
plan_bi/__init__.py,sha256=kHnuGDOKyMHQqeX49ToUUsdZckh9RPuyADhYw0SrmIo,514
|
2
|
+
plan_bi/plan_bi.py,sha256=JWyUR5v_OoziIr4BMDTMFSjtn_3KF7byndf_nXYa5Uw,53484
|
3
|
+
plan_di/__init__.py,sha256=DJzUsYj-tgbeewoGz-K9nfGsKqrRFUxIr_z-NgqySBk,505
|
4
|
+
plan_di/plan_di.py,sha256=4lRTIi3rtsnbSUIi1WE0D2B7jCh4Tktt7hKcoNlF3C8,51026
|
5
|
+
pyerualjetwork-2.4.8.dist-info/METADATA,sha256=9Ey33pNW-LO5QFOoSsfYR0nOw2CcCH8W0TuwvMuIpJM,309
|
6
|
+
pyerualjetwork-2.4.8.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
7
|
+
pyerualjetwork-2.4.8.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
|
8
|
+
pyerualjetwork-2.4.8.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
plan_bi/__init__.py,sha256=kHnuGDOKyMHQqeX49ToUUsdZckh9RPuyADhYw0SrmIo,514
|
2
|
-
plan_bi/plan_bi.py,sha256=JWyUR5v_OoziIr4BMDTMFSjtn_3KF7byndf_nXYa5Uw,53484
|
3
|
-
plan_di/__init__.py,sha256=DJzUsYj-tgbeewoGz-K9nfGsKqrRFUxIr_z-NgqySBk,505
|
4
|
-
plan_di/plan_di.py,sha256=zte7XzikVL7A8Ni7ZO4Pc26qaUoKUl-m0iWC5n34cwQ,51022
|
5
|
-
pyerualjetwork-2.4.6.dist-info/METADATA,sha256=p5z4HEUqURz8j-ToHla42sYTbT7m96Sv2vPpvOnDZPs,309
|
6
|
-
pyerualjetwork-2.4.6.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
7
|
-
pyerualjetwork-2.4.6.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
|
8
|
-
pyerualjetwork-2.4.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|