pyerualjetwork 2.0.9__py3-none-any.whl → 2.1.1__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_bi/plan_bi.py CHANGED
@@ -449,6 +449,7 @@ def evaluate(
449
449
 
450
450
  try:
451
451
  Wc = [0] * len(W) # Wc = weight copy
452
+ true = 0
452
453
  TestPredictions = [None] * len(y_test)
453
454
  for i, w in enumerate(W):
454
455
  Wc[i] = np.copy(w)
plan_di/plan_di.py CHANGED
@@ -449,6 +449,7 @@ def evaluate(
449
449
 
450
450
  try:
451
451
  Wc = [0] * len(W) # Wc = Weight copy
452
+ true = 0
452
453
  TestPredictions = [None] * len(y_test)
453
454
  for i, w in enumerate(W):
454
455
  Wc[i] = np.copy(w)
@@ -544,7 +545,7 @@ def evaluate(
544
545
 
545
546
  except:
546
547
 
547
- print(Fore.RED + "ERROR: Testing model parameters like 'activation_potential' must be same as trained model. Check parameters. Are you sure weights are loaded ? from: evaluate" + infoTestModel + Style.RESET_ALL)
548
+ print(Fore.RED + "ERROR: Are you sure weights are loaded ? from: evaluate" + infoTestModel + Style.RESET_ALL)
548
549
  return 'e'
549
550
 
550
551
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 2.0.9
3
+ Version: 2.1.1
4
4
  Summary: Code improvements (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,8 @@
1
+ plan_bi/__init__.py,sha256=itKrgkPwaA0VKwo2etQkiXv6m4pUwV7N06tRxZOVhuU,397
2
+ plan_bi/plan_bi.py,sha256=ZbSUejhr_onrLhQXTvkY2Y2vLEaobaAqLTwkVPpwO58,33183
3
+ plan_di/__init__.py,sha256=F4PPBzkY-_HXDjzA0Xyx2cMlcHtNBs7OHb-AxStZjP4,397
4
+ plan_di/plan_di.py,sha256=BraZ3JxjGdh1Us_C6ejuXao_BP-ZUexINWNvDDlSeNM,32103
5
+ pyerualjetwork-2.1.1.dist-info/METADATA,sha256=uegXyV9M-3UmNY0iosqfwzbmoEuodU9GUQNB8Lkxytw,325
6
+ pyerualjetwork-2.1.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
+ pyerualjetwork-2.1.1.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
8
+ pyerualjetwork-2.1.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- plan_bi/__init__.py,sha256=itKrgkPwaA0VKwo2etQkiXv6m4pUwV7N06tRxZOVhuU,397
2
- plan_bi/plan_bi.py,sha256=fgBFHmRgk2H-ljjaPbhzomgQCFmUFgK0qd6DoULSelU,33169
3
- plan_di/__init__.py,sha256=F4PPBzkY-_HXDjzA0Xyx2cMlcHtNBs7OHb-AxStZjP4,397
4
- plan_di/plan_di.py,sha256=mqpIhRcawmDK5ZcU5-SXq9e7dRIjooKoc-y3AeeCZaY,32191
5
- pyerualjetwork-2.0.9.dist-info/METADATA,sha256=RXWeV2mL2LNTE8QLDirb0O4Gt0RJ9WSShDgeXVXjNmk,325
6
- pyerualjetwork-2.0.9.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
- pyerualjetwork-2.0.9.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
8
- pyerualjetwork-2.0.9.dist-info/RECORD,,