SURE-tools 2.1.16__py3-none-any.whl → 2.1.18__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.
SURE/PerturbFlow.py CHANGED
@@ -204,6 +204,7 @@ class PerturbFlow(nn.Module):
204
204
  post_act_fct=post_act_fct,
205
205
  allow_broadcast=self.allow_broadcast,
206
206
  use_cuda=self.use_cuda,
207
+ bias=False,
207
208
  )
208
209
  )
209
210
 
SURE/SURE.py CHANGED
@@ -240,6 +240,7 @@ class SURE(nn.Module):
240
240
  post_act_fct=post_act_fct,
241
241
  allow_broadcast=self.allow_broadcast,
242
242
  use_cuda=self.use_cuda,
243
+ bias=False,
243
244
  )
244
245
 
245
246
  self.decoder_concentrate = MLP(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: SURE-tools
3
- Version: 2.1.16
3
+ Version: 2.1.18
4
4
  Summary: Succinct Representation of Single Cells
5
5
  Home-page: https://github.com/ZengFLab/SURE
6
6
  Author: Feng Zeng
@@ -1,5 +1,5 @@
1
- SURE/PerturbFlow.py,sha256=NSNXAct139286O8f8k_NaONIPYB_2sdFmtQ19gtwO6Y,50925
2
- SURE/SURE.py,sha256=xMD6VBYsgk-bZ_xBWzpdGyxEAleonNRoPkZAxAX467s,47444
1
+ SURE/PerturbFlow.py,sha256=WNOKfRsaK-TSIhOHY9DqbT_h8mxvbUEFnkevlsc4Kz8,50957
2
+ SURE/SURE.py,sha256=6qjf9E9OMBkZQSNnmvornpEa4E203-_rtz5Hs8jNCJA,47472
3
3
  SURE/SURE2.py,sha256=8wlnMwb1xuf9QUksNkWdWx5ZWq-xIy9NLx8RdUnE82o,48501
4
4
  SURE/__init__.py,sha256=NOJI_K-eCqPgStXXvgl3wIEMp6d8saMTDYLJ7Ga9MqE,293
5
5
  SURE/assembly/__init__.py,sha256=jxZLURXKPzXe21LhrZ09LgZr33iqdjlQy4oSEj5gR2Q,172
@@ -19,9 +19,9 @@ SURE/utils/__init__.py,sha256=Htqv4KqVKcRiaaTBsR-6yZ4LSlbhbzutjNKXGD9-uds,660
19
19
  SURE/utils/custom_mlp.py,sha256=n0GJj8GKSAqvyokCL_6LugbeedzqLdfBijq24B_I9dA,7113
20
20
  SURE/utils/queue.py,sha256=E_5PA5EWcBoGAZj8BkKQnkCK0p4C-4-xcTPqdIXaPXU,1892
21
21
  SURE/utils/utils.py,sha256=IUHjDDtYaAYllCWsZyIzqQwaLul6fJRvHRH4vIYcR-c,8462
22
- sure_tools-2.1.16.dist-info/licenses/LICENSE,sha256=TFHKwmrAViXQbSX5W-NDItkWFjm45HWOeUniDrqmnu0,1065
23
- sure_tools-2.1.16.dist-info/METADATA,sha256=Va8l2Qh9jLwOLeiCUDF6Oudx_MqPzN-Opxd6-IMjnRs,2651
24
- sure_tools-2.1.16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
25
- sure_tools-2.1.16.dist-info/entry_points.txt,sha256=-nJI8rVe_qqrR0HmfAODzj-JNfEqCcSsyVh6okSqyHk,83
26
- sure_tools-2.1.16.dist-info/top_level.txt,sha256=BtFTebdiJeqra4r6mm-uEtwVRFLZ_IjYsQ7OnalrOvY,5
27
- sure_tools-2.1.16.dist-info/RECORD,,
22
+ sure_tools-2.1.18.dist-info/licenses/LICENSE,sha256=TFHKwmrAViXQbSX5W-NDItkWFjm45HWOeUniDrqmnu0,1065
23
+ sure_tools-2.1.18.dist-info/METADATA,sha256=0MihooSGgEzdqyMlqUufrBjjtGURijDa7auUyE9extA,2651
24
+ sure_tools-2.1.18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
25
+ sure_tools-2.1.18.dist-info/entry_points.txt,sha256=-nJI8rVe_qqrR0HmfAODzj-JNfEqCcSsyVh6okSqyHk,83
26
+ sure_tools-2.1.18.dist-info/top_level.txt,sha256=BtFTebdiJeqra4r6mm-uEtwVRFLZ_IjYsQ7OnalrOvY,5
27
+ sure_tools-2.1.18.dist-info/RECORD,,