Yanisadel commited on
Commit
c11bede
·
1 Parent(s): 8f1087e

Update chatNT.py

Browse files
Files changed (1) hide show
  1. chatNT.py +1 -1
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 : "), projected_bio_embeddings.shape)
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 : ")