Update chatNT.py
Browse files
chatNT.py
CHANGED
@@ -717,7 +717,7 @@ class TorchMultiOmicsModel(PreTrainedModel):
|
|
717 |
]
|
718 |
print("(debug) Shape output projection model : ", projected_bio_embeddings[0].shape)
|
719 |
projected_bio_embeddings = torch.stack(projected_bio_embeddings, dim=1)
|
720 |
-
print("(debug) Shape projected bio embeddings : "
|
721 |
|
722 |
# decode
|
723 |
print("(debug) Going in biobrain decoder : ")
|
|
|
717 |
]
|
718 |
print("(debug) Shape output projection model : ", projected_bio_embeddings[0].shape)
|
719 |
projected_bio_embeddings = torch.stack(projected_bio_embeddings, dim=1)
|
720 |
+
print("(debug) Shape projected bio embeddings : ", projected_bio_embeddings.shape)
|
721 |
|
722 |
# decode
|
723 |
print("(debug) Going in biobrain decoder : ")
|