pyerualjetwork 3.0__py3-none-any.whl → 3.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/plan.py CHANGED
@@ -1018,13 +1018,13 @@ def load_model(model_name,
1018
1018
 
1019
1019
  if WeightType == 'txt':
1020
1020
  for i in range(layer_count):
1021
- W[i] = np.loadtxt(model_path + model_name + str(i+1) + 'w.txt')
1021
+ W[i] = np.loadtxt(model_path + model_name + '_weights.txt')
1022
1022
  elif WeightType == 'npy':
1023
1023
  for i in range(layer_count):
1024
- W[i] = np.load(model_path + model_name + str(i+1) + 'w.npy')
1024
+ W[i] = np.load(model_path + model_name + '_weights.npy')
1025
1025
  elif WeightType == 'mat':
1026
1026
  for i in range(layer_count):
1027
- W[i] = sio.loadmat(model_path + model_name + str(i+1) + 'w.mat')
1027
+ W[i] = sio.loadmat(model_path + model_name + '_weights.mat')
1028
1028
  else:
1029
1029
  raise ValueError(
1030
1030
  Fore.RED + "Incorrect weight type value. Value must be 'txt', 'npy' or 'mat' from: load_model." + infoload_model + Style.RESET_ALL)
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 3.0
4
- Summary: Deep PLAN comes. Version 3 document coming
3
+ Version: 3.1
4
+ Summary: Deep PLAN Integreted. Version 3 document coming
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
7
7
  Keywords: model evaluation,classifcation,potentiation learning artficial neural networks
@@ -0,0 +1,6 @@
1
+ plan/__init__.py,sha256=LuFcY0nqAzpjTDWAZn7L7-wipwMpnREqVghPiva0Xjg,548
2
+ plan/plan.py,sha256=Q7W2o5T4fLpme5ZG0kRPL0EA5SXA1Ccui3UfHWxkBHI,60472
3
+ pyerualjetwork-3.1.dist-info/METADATA,sha256=bqwcxFGQBi8b-0l8bAzDfIdrtUbZV-pIP-1yiwhETOo,272
4
+ pyerualjetwork-3.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
5
+ pyerualjetwork-3.1.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
6
+ pyerualjetwork-3.1.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- plan/__init__.py,sha256=LuFcY0nqAzpjTDWAZn7L7-wipwMpnREqVghPiva0Xjg,548
2
- plan/plan.py,sha256=ziGtCBPYOgBBiRR2WYfdaUp-WFw0s7ULRQwvr1-Yr7c,60484
3
- pyerualjetwork-3.0.dist-info/METADATA,sha256=SSr0pTS0FOgiacrx7MhckCkUXd2IPBOvheuqciEV30Y,267
4
- pyerualjetwork-3.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
5
- pyerualjetwork-3.0.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
6
- pyerualjetwork-3.0.dist-info/RECORD,,