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

Update chatNT.py

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