SURE-tools 2.1.24__py3-none-any.whl → 2.1.25__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/SURE.py +1 -1
- {sure_tools-2.1.24.dist-info → sure_tools-2.1.25.dist-info}/METADATA +1 -1
- {sure_tools-2.1.24.dist-info → sure_tools-2.1.25.dist-info}/RECORD +8 -8
- {sure_tools-2.1.24.dist-info → sure_tools-2.1.25.dist-info}/WHEEL +0 -0
- {sure_tools-2.1.24.dist-info → sure_tools-2.1.25.dist-info}/entry_points.txt +0 -0
- {sure_tools-2.1.24.dist-info → sure_tools-2.1.25.dist-info}/licenses/LICENSE +0 -0
- {sure_tools-2.1.24.dist-info → sure_tools-2.1.25.dist-info}/top_level.txt +0 -0
SURE/PerturbFlow.py
CHANGED
|
@@ -196,7 +196,7 @@ class PerturbFlow(nn.Module):
|
|
|
196
196
|
if self.cell_factor_size>0:
|
|
197
197
|
self.cell_factor_effect = nn.ModuleList()
|
|
198
198
|
for i in np.arange(self.cell_factor_size):
|
|
199
|
-
self.cell_factor_effect.append(
|
|
199
|
+
self.cell_factor_effect.append(MLP(
|
|
200
200
|
[self.latent_dim+1] + hidden_sizes + [self.latent_dim],
|
|
201
201
|
activation=activate_fct,
|
|
202
202
|
output_activation=None,
|
SURE/SURE.py
CHANGED
|
@@ -232,7 +232,7 @@ class SURE(nn.Module):
|
|
|
232
232
|
)
|
|
233
233
|
|
|
234
234
|
if self.cell_factor_size>0:
|
|
235
|
-
self.cell_factor_effect =
|
|
235
|
+
self.cell_factor_effect = MLP(
|
|
236
236
|
[self.latent_dim + self.cell_factor_size] + self.decoder_hidden_layers + [self.latent_dim],
|
|
237
237
|
activation=activate_fct,
|
|
238
238
|
output_activation=None,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
SURE/PerturbFlow.py,sha256=
|
|
2
|
-
SURE/SURE.py,sha256=
|
|
1
|
+
SURE/PerturbFlow.py,sha256=P5YebRbhyEIueyStdaMkFvLq43MJSBCcYd-pI09eTBQ,50938
|
|
2
|
+
SURE/SURE.py,sha256=hVEjJtFVQkk_rX3KEaQgWoDTfxpDHf1p6j38UJjNkyY,47457
|
|
3
3
|
SURE/__init__.py,sha256=NOJI_K-eCqPgStXXvgl3wIEMp6d8saMTDYLJ7Ga9MqE,293
|
|
4
4
|
SURE/assembly/__init__.py,sha256=jxZLURXKPzXe21LhrZ09LgZr33iqdjlQy4oSEj5gR2Q,172
|
|
5
5
|
SURE/assembly/assembly.py,sha256=6IMdelPOiRO4mUb4dC7gVCoF1Uvfw86-Map8P_jnUag,21477
|
|
@@ -17,9 +17,9 @@ SURE/utils/__init__.py,sha256=Htqv4KqVKcRiaaTBsR-6yZ4LSlbhbzutjNKXGD9-uds,660
|
|
|
17
17
|
SURE/utils/custom_mlp.py,sha256=PCnXhJdK_g6z51JJqCdrNGBoOU_SjN5XYAOhB_2BxNo,8105
|
|
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.25.dist-info/licenses/LICENSE,sha256=TFHKwmrAViXQbSX5W-NDItkWFjm45HWOeUniDrqmnu0,1065
|
|
21
|
+
sure_tools-2.1.25.dist-info/METADATA,sha256=ITglLMC3_2A_bAxJS--dB1mkJkuxomRO-NLN3wn0YpI,2651
|
|
22
|
+
sure_tools-2.1.25.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
23
|
+
sure_tools-2.1.25.dist-info/entry_points.txt,sha256=-nJI8rVe_qqrR0HmfAODzj-JNfEqCcSsyVh6okSqyHk,83
|
|
24
|
+
sure_tools-2.1.25.dist-info/top_level.txt,sha256=BtFTebdiJeqra4r6mm-uEtwVRFLZ_IjYsQ7OnalrOvY,5
|
|
25
|
+
sure_tools-2.1.25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|