Yuning You
commited on
Commit
·
9565da7
1
Parent(s):
be4e6f5
update
Browse files
models/__pycache__/cifm.cpython-311.pyc
DELETED
Binary file (10.1 kB)
|
|
models/__pycache__/egnn_void_invariant.cpython-311.pyc
DELETED
Binary file (3.67 kB)
|
|
models/__pycache__/mlp_and_gnn.cpython-311.pyc
DELETED
Binary file (7.29 kB)
|
|
models/cifm.py
CHANGED
@@ -77,7 +77,7 @@ class CIFM(
|
|
77 |
self.mask_cell_dropout.layers[-1] = linear_out2
|
78 |
|
79 |
unmatched_channels = list(set(unmatched_channels))
|
80 |
-
print('matching', num_matching, 'gene channels out of', len(channel2ensembl_ids_target), 'unmatched channels:', unmatched_channels)
|
81 |
|
82 |
def forward(self):
|
83 |
pass
|
|
|
77 |
self.mask_cell_dropout.layers[-1] = linear_out2
|
78 |
|
79 |
unmatched_channels = list(set(unmatched_channels))
|
80 |
+
print('matching', num_matching, 'gene channels out of', len(channel2ensembl_ids_target), '; unmatched channels:', unmatched_channels)
|
81 |
|
82 |
def forward(self):
|
83 |
pass
|