SURE-tools 2.1.4__py3-none-any.whl → 2.1.5__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.
Potentially problematic release.
This version of SURE-tools might be problematic. Click here for more details.
- SURE/PerturbFlow.py +1 -1
- {sure_tools-2.1.4.dist-info → sure_tools-2.1.5.dist-info}/METADATA +1 -1
- {sure_tools-2.1.4.dist-info → sure_tools-2.1.5.dist-info}/RECORD +7 -7
- {sure_tools-2.1.4.dist-info → sure_tools-2.1.5.dist-info}/WHEEL +0 -0
- {sure_tools-2.1.4.dist-info → sure_tools-2.1.5.dist-info}/entry_points.txt +0 -0
- {sure_tools-2.1.4.dist-info → sure_tools-2.1.5.dist-info}/licenses/LICENSE +0 -0
- {sure_tools-2.1.4.dist-info → sure_tools-2.1.5.dist-info}/top_level.txt +0 -0
SURE/PerturbFlow.py
CHANGED
|
@@ -731,7 +731,7 @@ class PerturbFlow(nn.Module):
|
|
|
731
731
|
Z = []
|
|
732
732
|
with tqdm(total=len(dataloader), desc='', unit='batch') as pbar:
|
|
733
733
|
for X_batch, _ in dataloader:
|
|
734
|
-
zns = self.
|
|
734
|
+
zns = self._get_basis_embedding(X_batch)
|
|
735
735
|
Z.append(tensor_to_numpy(zns))
|
|
736
736
|
pbar.update(1)
|
|
737
737
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
SURE/PerturbFlow.py,sha256=
|
|
1
|
+
SURE/PerturbFlow.py,sha256=e3hH-qWBnGi84BBdsHEqwd2bqPmRsideqVWenguW23o,51675
|
|
2
2
|
SURE/SURE.py,sha256=_ZOymj24DLQju0Lb90lKspHPmqIUDDzjIEr9t4qgqCI,48364
|
|
3
3
|
SURE/SURE2.py,sha256=8wlnMwb1xuf9QUksNkWdWx5ZWq-xIy9NLx8RdUnE82o,48501
|
|
4
4
|
SURE/__init__.py,sha256=xV10iBbh69g4mjBMb1cQxjuHe8e3Aq7pDzkZmx5G754,260
|
|
@@ -17,9 +17,9 @@ SURE/utils/__init__.py,sha256=Htqv4KqVKcRiaaTBsR-6yZ4LSlbhbzutjNKXGD9-uds,660
|
|
|
17
17
|
SURE/utils/custom_mlp.py,sha256=07TYX1HgxfEjb_3i5MpiZfNhOhx3dKntuwGkrpteWiM,7036
|
|
18
18
|
SURE/utils/queue.py,sha256=E_5PA5EWcBoGAZj8BkKQnkCK0p4C-4-xcTPqdIXaPXU,1892
|
|
19
19
|
SURE/utils/utils.py,sha256=IUHjDDtYaAYllCWsZyIzqQwaLul6fJRvHRH4vIYcR-c,8462
|
|
20
|
-
sure_tools-2.1.
|
|
21
|
-
sure_tools-2.1.
|
|
22
|
-
sure_tools-2.1.
|
|
23
|
-
sure_tools-2.1.
|
|
24
|
-
sure_tools-2.1.
|
|
25
|
-
sure_tools-2.1.
|
|
20
|
+
sure_tools-2.1.5.dist-info/licenses/LICENSE,sha256=TFHKwmrAViXQbSX5W-NDItkWFjm45HWOeUniDrqmnu0,1065
|
|
21
|
+
sure_tools-2.1.5.dist-info/METADATA,sha256=h7DjWRdWTV0zV3-u2rBzBoax9vmBiziqWHdtZsInEiI,2650
|
|
22
|
+
sure_tools-2.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
23
|
+
sure_tools-2.1.5.dist-info/entry_points.txt,sha256=-nJI8rVe_qqrR0HmfAODzj-JNfEqCcSsyVh6okSqyHk,83
|
|
24
|
+
sure_tools-2.1.5.dist-info/top_level.txt,sha256=BtFTebdiJeqra4r6mm-uEtwVRFLZ_IjYsQ7OnalrOvY,5
|
|
25
|
+
sure_tools-2.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|