pyerualjetwork 2.6.7__py3-none-any.whl → 2.6.8__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 +9 -1
- {pyerualjetwork-2.6.7.dist-info → pyerualjetwork-2.6.8.dist-info}/METADATA +1 -1
- pyerualjetwork-2.6.8.dist-info/RECORD +6 -0
- pyerualjetwork-2.6.7.dist-info/RECORD +0 -6
- {pyerualjetwork-2.6.7.dist-info → pyerualjetwork-2.6.8.dist-info}/WHEEL +0 -0
- {pyerualjetwork-2.6.7.dist-info → pyerualjetwork-2.6.8.dist-info}/top_level.txt +0 -0
plan/plan.py
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
"""
|
3
|
+
Created on Tue Jun 18 23:32:16 2024
|
4
|
+
|
5
|
+
@author: hasan
|
6
|
+
"""
|
7
|
+
|
1
8
|
|
2
9
|
# -*- coding: utf-8 -*-
|
3
10
|
"""
|
@@ -16,6 +23,7 @@ from scipy.special import expit, softmax
|
|
16
23
|
import matplotlib.pyplot as plt
|
17
24
|
import seaborn as sns
|
18
25
|
from tqdm import tqdm
|
26
|
+
import progressbar
|
19
27
|
|
20
28
|
# BUILD -----
|
21
29
|
|
@@ -141,11 +149,11 @@ def fit(
|
|
141
149
|
if index == 0:
|
142
150
|
|
143
151
|
val_bar.update(val_acc)
|
152
|
+
|
144
153
|
|
145
154
|
if index != 0:
|
146
155
|
|
147
156
|
val_acc = val_acc - val_list[index - 1]
|
148
|
-
|
149
157
|
val_bar.update(val_acc)
|
150
158
|
|
151
159
|
|
@@ -0,0 +1,6 @@
|
|
1
|
+
plan/__init__.py,sha256=gmaz8lnQfl18MbOQwabBUPmShajK5S99jfyY-hQe8tc,502
|
2
|
+
plan/plan.py,sha256=jg1l3bx1-HxXpnk0XUpn5J2BoXMgbEPFpMZx8Ul4PDA,53416
|
3
|
+
pyerualjetwork-2.6.8.dist-info/METADATA,sha256=f4xjJ-r0pOfwRU6Yy2BK3o3axIDPxu2Qapj3LofnnxA,338
|
4
|
+
pyerualjetwork-2.6.8.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
+
pyerualjetwork-2.6.8.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
+
pyerualjetwork-2.6.8.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
plan/__init__.py,sha256=gmaz8lnQfl18MbOQwabBUPmShajK5S99jfyY-hQe8tc,502
|
2
|
-
plan/plan.py,sha256=p8BW7ajzVD2lSQz6m6wlcwBKOBelVHpqVim3H200IgY,53304
|
3
|
-
pyerualjetwork-2.6.7.dist-info/METADATA,sha256=w_Qo4Gz9UtizFl7rZpics7f0MpjbG-pcr-iRzVISV2w,338
|
4
|
-
pyerualjetwork-2.6.7.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
-
pyerualjetwork-2.6.7.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
-
pyerualjetwork-2.6.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|