pyerualjetwork 4.3.1__py3-none-any.whl → 4.3.2__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.
Files changed (28) hide show
  1. {pyerualjetwork-4.3.1.dist-info → pyerualjetwork-4.3.2.0.dist-info}/METADATA +3 -2
  2. pyerualjetwork-4.3.2.0.dist-info/RECORD +24 -0
  3. pyerualjetwork-4.3.2.0.dist-info/top_level.txt +1 -0
  4. {pyerualjetwork → pyerualjetwork-afterburner}/__init__.py +1 -1
  5. pyerualjetwork-afterburner/activation_functions.py +291 -0
  6. pyerualjetwork-afterburner/activation_functions_cuda.py +290 -0
  7. {pyerualjetwork → pyerualjetwork-afterburner}/model_operations.py +14 -14
  8. {pyerualjetwork → pyerualjetwork-afterburner}/model_operations_cuda.py +16 -17
  9. {pyerualjetwork → pyerualjetwork-afterburner}/plan.py +44 -246
  10. {pyerualjetwork → pyerualjetwork-afterburner}/plan_cuda.py +37 -256
  11. {pyerualjetwork → pyerualjetwork-afterburner}/planeat.py +11 -43
  12. {pyerualjetwork → pyerualjetwork-afterburner}/planeat_cuda.py +8 -44
  13. pyerualjetwork/activation_functions.py +0 -343
  14. pyerualjetwork/activation_functions_cuda.py +0 -340
  15. pyerualjetwork-4.3.1.dist-info/RECORD +0 -24
  16. pyerualjetwork-4.3.1.dist-info/top_level.txt +0 -1
  17. {pyerualjetwork-4.3.1.dist-info → pyerualjetwork-4.3.2.0.dist-info}/WHEEL +0 -0
  18. {pyerualjetwork → pyerualjetwork-afterburner}/data_operations.py +0 -0
  19. {pyerualjetwork → pyerualjetwork-afterburner}/data_operations_cuda.py +0 -0
  20. {pyerualjetwork → pyerualjetwork-afterburner}/help.py +0 -0
  21. {pyerualjetwork → pyerualjetwork-afterburner}/loss_functions.py +0 -0
  22. {pyerualjetwork → pyerualjetwork-afterburner}/loss_functions_cuda.py +0 -0
  23. {pyerualjetwork → pyerualjetwork-afterburner}/memory_operations.py +0 -0
  24. {pyerualjetwork → pyerualjetwork-afterburner}/metrics.py +0 -0
  25. {pyerualjetwork → pyerualjetwork-afterburner}/metrics_cuda.py +0 -0
  26. {pyerualjetwork → pyerualjetwork-afterburner}/ui.py +0 -0
  27. {pyerualjetwork → pyerualjetwork-afterburner}/visualizations.py +0 -0
  28. {pyerualjetwork → pyerualjetwork-afterburner}/visualizations_cuda.py +0 -0
@@ -1,24 +0,0 @@
1
- pyerualjetwork/__init__.py,sha256=DC4NJW7QwXpVUqokEUxO3GrR_c8bV0zLmui9p-HcEfQ,639
2
- pyerualjetwork/activation_functions.py,sha256=eLEesmMgDvkI1TqaLTpqtOgTaLbHEAyw-D57KIKd9G4,11775
3
- pyerualjetwork/activation_functions_cuda.py,sha256=ztIw6rMR4t1289_TPIGYwE6qarl_YbSOGj5Ep3rUMqs,11803
4
- pyerualjetwork/data_operations.py,sha256=Flteouu6rfSo2uHMqBHuzO02dXmbNa-I5qWmUpGTZ5Y,14760
5
- pyerualjetwork/data_operations_cuda.py,sha256=UpoJoFhIwTU4xg9dVuLAxLAT4CkRaGsxvtJG9j1xrNo,17629
6
- pyerualjetwork/help.py,sha256=nQ_YbYA2RtuafhuvkreNpX0WWL1I_nzlelwCtvei0_Y,775
7
- pyerualjetwork/loss_functions.py,sha256=6PyBI232SQRGuFnG3LDGvnv_PUdWzT2_2mUODJiejGI,618
8
- pyerualjetwork/loss_functions_cuda.py,sha256=C93IZJcrOpT6HMK9x1O4AHJWXYTkN5WZiqdssPbvAPk,617
9
- pyerualjetwork/memory_operations.py,sha256=I7QiZ--xSyRkFF0wcckPwZV7K9emEvyx5aJ3DiRHZFI,13468
10
- pyerualjetwork/metrics.py,sha256=q7MkhnZDRbCjFBDDfUgrl8lBYnUT_1ro1LxeBq105pI,6077
11
- pyerualjetwork/metrics_cuda.py,sha256=73h9GC7XwmnFCVzFEEiPQfF8CwHIz2wsCbxpZrJtYgw,5061
12
- pyerualjetwork/model_operations.py,sha256=RKqnh7-MByFosxqme4q4jC1lOndX26O-OVXYV6ZxoEE,12965
13
- pyerualjetwork/model_operations_cuda.py,sha256=XnKKq54ZLaqCm-NaJ6d8IToACKcKg2Ttq6moowVRRWo,13365
14
- pyerualjetwork/plan.py,sha256=ApMQC46_I8qtMqO4lLYLme--SGcMRg-GRo1-gSb3A3I,31894
15
- pyerualjetwork/plan_cuda.py,sha256=H_EuNNyxrY6-AiuRkOYC8J_UmbzoqJ9aeO0i9pgUDZI,33277
16
- pyerualjetwork/planeat.py,sha256=e-J-u5gJYijKznN6gn2DZoaCJJro84DOBYTy1rR5-y4,39470
17
- pyerualjetwork/planeat_cuda.py,sha256=QNHCQLkR0MNFqyN2iHAtC7cbf8qZiD3p_54YH3lnMFA,39529
18
- pyerualjetwork/ui.py,sha256=wu2BhU1k-w3Kcho5Jtq4SEKe68ftaUeRGneUOSCVDjU,575
19
- pyerualjetwork/visualizations.py,sha256=1SKMZaJ80OD2qHUyMxW1IOv8zwmxzMPxclfbeq1Xr4g,28772
20
- pyerualjetwork/visualizations_cuda.py,sha256=KbMhfsLlxujy_i3QrwCf734Q-k6d7Zn_7CEbm3gzK9w,29186
21
- pyerualjetwork-4.3.1.dist-info/METADATA,sha256=DZGPEt8_FjnZGYzHWdLDSo5IKyQInv64aHmGsSmbEy0,7491
22
- pyerualjetwork-4.3.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
23
- pyerualjetwork-4.3.1.dist-info/top_level.txt,sha256=BRyt62U_r3ZmJpj-wXNOoA345Bzamrj6RbaWsyW4tRg,15
24
- pyerualjetwork-4.3.1.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- pyerualjetwork
File without changes
File without changes