pyerualjetwork 1.3.7__py3-none-any.whl → 1.3.9__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 +7 -3
- {pyerualjetwork-1.3.7.dist-info → pyerualjetwork-1.3.9.dist-info}/METADATA +1 -1
- pyerualjetwork-1.3.9.dist-info/RECORD +6 -0
- pyerualjetwork-1.3.7.dist-info/RECORD +0 -6
- {pyerualjetwork-1.3.7.dist-info → pyerualjetwork-1.3.9.dist-info}/WHEEL +0 -0
- {pyerualjetwork-1.3.7.dist-info → pyerualjetwork-1.3.9.dist-info}/top_level.txt +0 -0
plan/plan.py
CHANGED
@@ -233,8 +233,8 @@ def TrainPLAN(
|
|
233
233
|
else:
|
234
234
|
for i, w in enumerate(W):
|
235
235
|
trained_W[i] = trained_W[i] + w
|
236
|
-
|
237
|
-
|
236
|
+
|
237
|
+
|
238
238
|
W = WeightIdentification(len(layers) - 1,class_count,neurons,x_train_size)
|
239
239
|
|
240
240
|
|
@@ -712,13 +712,17 @@ def TestPLAN(
|
|
712
712
|
print(Fore.MAGENTA + '\nTotal Test accuracy: ' ,acc, '\n' + Style.RESET_ALL)
|
713
713
|
|
714
714
|
elif acc <= 0.6:
|
715
|
-
print(Fore.RED+ '\nTotal Test accuracy: ' ,acc, '\n' + Style.RESET_ALL)
|
715
|
+
print(Fore.RED+ '\nTotal Test accuracy: ' ,acc, '\n' + Style.RESET_ALL)
|
716
|
+
|
717
|
+
|
716
718
|
|
717
719
|
except:
|
718
720
|
|
719
721
|
print(Fore.RED + "ERROR: Testing model parameters like 'layers' 'MembranCounts' must be same as trained model. Check parameters. Are you sure weights are loaded ? from: TestPLAN" + infoTestModel + Style.RESET_ALL)
|
720
722
|
return 'e'
|
721
723
|
|
724
|
+
|
725
|
+
|
722
726
|
return W,TestPredictions,acc
|
723
727
|
|
724
728
|
def SavePLAN(model_name,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.9
|
4
4
|
Summary: Advanced python deep learning library. MASSIVE Technic Update, unlocked class limits. (Documentation in desc. Examples in GİTHUB: https://github.com/HCB06/PyerualJetwork)
|
5
5
|
Author: Hasan Can Beydili
|
6
6
|
Author-email: tchasancan@gmail.com
|
@@ -0,0 +1,6 @@
|
|
1
|
+
plan/__init__.py,sha256=LQbg-AnTUz7KA1E77-mg7X-zRM-7IiK7c3zK-j063rc,375
|
2
|
+
plan/plan.py,sha256=aUt_pzQafCXWZk2WEbaWb89Jr5xVwSbVJ-5VAmAPqRQ,44861
|
3
|
+
pyerualjetwork-1.3.9.dist-info/METADATA,sha256=FfKIXZVvLbacEStCRnKcrHlsRpuC1lHowyreyRoPSgs,393
|
4
|
+
pyerualjetwork-1.3.9.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
+
pyerualjetwork-1.3.9.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
+
pyerualjetwork-1.3.9.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
plan/__init__.py,sha256=LQbg-AnTUz7KA1E77-mg7X-zRM-7IiK7c3zK-j063rc,375
|
2
|
-
plan/plan.py,sha256=7E8SRs8CEz6P29SM-G1VDypebXG-5oeMI2V8h0tepyU,44862
|
3
|
-
pyerualjetwork-1.3.7.dist-info/METADATA,sha256=1Apa30bZ6idAW9qxHzSnaJAkNDJB0ADs8f3z-cfDYq0,393
|
4
|
-
pyerualjetwork-1.3.7.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
-
pyerualjetwork-1.3.7.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
-
pyerualjetwork-1.3.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|