pyerualjetwork 1.1.8__py3-none-any.whl → 1.1.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 CHANGED
@@ -1028,7 +1028,6 @@ def AutoBalancer(TrainInputs, TrainLabels, ClassCount):
1028
1028
 
1029
1029
  if len(set(ClassCounts)) == 1:
1030
1030
  print(Fore.WHITE + "INFO: All training data have already balanced. from: AutoBalancer" + Style.RESET_ALL)
1031
- time.sleep(1.5)
1032
1031
  return TrainInputs, TrainLabels
1033
1032
 
1034
1033
  MinCount = min(ClassCounts)
@@ -1045,7 +1044,6 @@ def AutoBalancer(TrainInputs, TrainLabels, ClassCount):
1045
1044
  BalancedLabels = [TrainLabels[idx] for idx in BalancedIndices]
1046
1045
 
1047
1046
  print(Fore.GREEN + "All Training Data Succesfully Balanced from: " + str(len(TrainInputs)) + " to: " + str(len(BalancedInputs)) + ". from: AutoBalancer " + Style.RESET_ALL)
1048
- time.sleep(1.5)
1049
1047
  except:
1050
1048
  print(Fore.RED + "ERROR: Inputs and labels must be same length check parameters" + infoAutoBalancer)
1051
1049
  return 'e'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 1.1.8
3
+ Version: 1.1.9
4
4
  Summary: Advanced python deep learning library.(More document coming soon..)
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -0,0 +1,6 @@
1
+ plan/__init__.py,sha256=cyb3DkUey_4zEApoFtf-UBMGwd8uFADSjy3osQUG_pY,315
2
+ plan/plan.py,sha256=iUHkDLtlh5PXzfpDQx9O1JFpHs9cy_1xVzhj9v9g8nw,40147
3
+ pyerualjetwork-1.1.9.dist-info/METADATA,sha256=L7LfR7_SRDIDc1hpMOmAKky5IfNPbcGiYamU_nurR48,278
4
+ pyerualjetwork-1.1.9.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
5
+ pyerualjetwork-1.1.9.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
6
+ pyerualjetwork-1.1.9.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- plan/__init__.py,sha256=cyb3DkUey_4zEApoFtf-UBMGwd8uFADSjy3osQUG_pY,315
2
- plan/plan.py,sha256=VtM3gyOiyGPHgiZKBo1gRbv4Bvxc4MQht_kP45he9zI,40201
3
- pyerualjetwork-1.1.8.dist-info/METADATA,sha256=9ieJju6xGncRPGsnutPJM069CItIz2ABIxslDUIh7i0,278
4
- pyerualjetwork-1.1.8.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
5
- pyerualjetwork-1.1.8.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
6
- pyerualjetwork-1.1.8.dist-info/RECORD,,