Update chatNT.py
Browse files
chatNT.py
CHANGED
|
@@ -698,7 +698,7 @@ class TorchMultiOmicsModel(PreTrainedModel):
|
|
| 698 |
|
| 699 |
if projected_bio_embeddings is None:
|
| 700 |
# Compute bio sequences embeddings
|
| 701 |
-
print("(debug) shape bio tokens ids : ",
|
| 702 |
bio_embeddings_list = [
|
| 703 |
self.biobrain_encoder(bio_token_ids=bio_token_ids[:, bio_seq_num])
|
| 704 |
for bio_seq_num in range(num_bio_sequences)
|
|
|
|
| 698 |
|
| 699 |
if projected_bio_embeddings is None:
|
| 700 |
# Compute bio sequences embeddings
|
| 701 |
+
print("(debug) shape bio tokens ids : ", bio_token_ids.shape)
|
| 702 |
bio_embeddings_list = [
|
| 703 |
self.biobrain_encoder(bio_token_ids=bio_token_ids[:, bio_seq_num])
|
| 704 |
for bio_seq_num in range(num_bio_sequences)
|