SURE-tools 2.1.64__py3-none-any.whl → 2.1.66__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 +2 -2
- {sure_tools-2.1.64.dist-info → sure_tools-2.1.66.dist-info}/METADATA +1 -1
- {sure_tools-2.1.64.dist-info → sure_tools-2.1.66.dist-info}/RECORD +7 -7
- {sure_tools-2.1.64.dist-info → sure_tools-2.1.66.dist-info}/WHEEL +0 -0
- {sure_tools-2.1.64.dist-info → sure_tools-2.1.66.dist-info}/entry_points.txt +0 -0
- {sure_tools-2.1.64.dist-info → sure_tools-2.1.66.dist-info}/licenses/LICENSE +0 -0
- {sure_tools-2.1.64.dist-info → sure_tools-2.1.66.dist-info}/top_level.txt +0 -0
SURE/PerturbFlow.py
CHANGED
|
@@ -891,7 +891,7 @@ class PerturbFlow(nn.Module):
|
|
|
891
891
|
elif self.loss_func == 'multinomial':
|
|
892
892
|
rate = concentrate.exp()
|
|
893
893
|
theta = dist.DirichletMultinomial(total_count=1, concentration=rate).mean
|
|
894
|
-
counts = dist.Multinomial(total_count=int(1e8), probs=theta).mean
|
|
894
|
+
#counts = dist.Multinomial(total_count=int(1e8), probs=theta).mean
|
|
895
895
|
counts = counts * library_size
|
|
896
896
|
return counts
|
|
897
897
|
|
|
@@ -917,7 +917,7 @@ class PerturbFlow(nn.Module):
|
|
|
917
917
|
library_sizes = np.array(library_sizes).view(-1,1)
|
|
918
918
|
elif len(library_sizes.shape)==1:
|
|
919
919
|
library_sizes = library_sizes.view(-1,1)
|
|
920
|
-
ls = convert_to_tensor(library_sizes, device=self.get_device)
|
|
920
|
+
ls = convert_to_tensor(library_sizes, device=self.get_device())
|
|
921
921
|
else:
|
|
922
922
|
ls = zs
|
|
923
923
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
SURE/PerturbFlow.py,sha256=
|
|
1
|
+
SURE/PerturbFlow.py,sha256=bW-K1OgoB5x8U0jKFA3ZT-XrW0Lv7Q3Oc35JVvkyLXY,54384
|
|
2
2
|
SURE/SURE.py,sha256=ko15a9BhvUqHviogZ0YCdTQjM-2zqkO9OvHZSpnGbg0,47458
|
|
3
3
|
SURE/__init__.py,sha256=NOJI_K-eCqPgStXXvgl3wIEMp6d8saMTDYLJ7Ga9MqE,293
|
|
4
4
|
SURE/assembly/__init__.py,sha256=jxZLURXKPzXe21LhrZ09LgZr33iqdjlQy4oSEj5gR2Q,172
|
|
@@ -17,9 +17,9 @@ SURE/utils/__init__.py,sha256=YF5jB-PAHJQ40OlcZ7BCZbsN2q1JKuPT6EppilRXQqM,680
|
|
|
17
17
|
SURE/utils/custom_mlp.py,sha256=C0EXLGYsWkUQpEL49AyBFPSzKmasb2hdvtnJfxbF-YU,9282
|
|
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.66.dist-info/licenses/LICENSE,sha256=TFHKwmrAViXQbSX5W-NDItkWFjm45HWOeUniDrqmnu0,1065
|
|
21
|
+
sure_tools-2.1.66.dist-info/METADATA,sha256=qXIUiFvh_a281Sf9zZDt7PO96jnNmXUIcnYnr6RsGsA,2678
|
|
22
|
+
sure_tools-2.1.66.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
23
|
+
sure_tools-2.1.66.dist-info/entry_points.txt,sha256=-nJI8rVe_qqrR0HmfAODzj-JNfEqCcSsyVh6okSqyHk,83
|
|
24
|
+
sure_tools-2.1.66.dist-info/top_level.txt,sha256=BtFTebdiJeqra4r6mm-uEtwVRFLZ_IjYsQ7OnalrOvY,5
|
|
25
|
+
sure_tools-2.1.66.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|