pyerualjetwork 2.7.7__tar.gz → 2.7.8__tar.gz
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.
- {pyerualjetwork-2.7.7 → pyerualjetwork-2.7.8}/PKG-INFO +1 -1
- {pyerualjetwork-2.7.7 → pyerualjetwork-2.7.8}/plan/plan.py +3 -3
- {pyerualjetwork-2.7.7 → pyerualjetwork-2.7.8}/pyerualjetwork.egg-info/PKG-INFO +1 -1
- {pyerualjetwork-2.7.7 → pyerualjetwork-2.7.8}/setup.py +1 -1
- {pyerualjetwork-2.7.7 → pyerualjetwork-2.7.8}/plan/__init__.py +0 -0
- {pyerualjetwork-2.7.7 → pyerualjetwork-2.7.8}/pyerualjetwork.egg-info/SOURCES.txt +0 -0
- {pyerualjetwork-2.7.7 → pyerualjetwork-2.7.8}/pyerualjetwork.egg-info/dependency_links.txt +0 -0
- {pyerualjetwork-2.7.7 → pyerualjetwork-2.7.8}/pyerualjetwork.egg-info/top_level.txt +0 -0
- {pyerualjetwork-2.7.7 → pyerualjetwork-2.7.8}/setup.cfg +0 -0
@@ -1,4 +1,3 @@
|
|
1
|
-
|
2
1
|
# -*- coding: utf-8 -*-
|
3
2
|
"""
|
4
3
|
Created on Tue Jun 18 23:32:16 2024
|
@@ -11,7 +10,6 @@ import numpy as np
|
|
11
10
|
import time
|
12
11
|
from colorama import Fore, Style
|
13
12
|
from typing import List, Union
|
14
|
-
import math
|
15
13
|
from scipy.special import expit, softmax
|
16
14
|
import matplotlib.pyplot as plt
|
17
15
|
import seaborn as sns
|
@@ -251,7 +249,9 @@ def fit(
|
|
251
249
|
|
252
250
|
val_list.append(val_acc)
|
253
251
|
|
254
|
-
val_bar.update(val_acc)
|
252
|
+
val_bar.update(val_acc)
|
253
|
+
|
254
|
+
LTPW = normalization(LTPW)
|
255
255
|
|
256
256
|
return LTPW
|
257
257
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|