Skip to content

Commit 3f58e02

Browse files
committed
'x_llm' instead of 'x_llm_train'
1 parent f3812b5 commit 3f58e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ProteinGym_runs/run_performance_tests_proteingym_hybrid_dca_llm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def compute_performances(mut_data, mut_sep=':', start_i: int = 0, already_tested
201201
'llm_train_function': prosst_train,
202202
'llm_inference_function': get_logits_from_full_seqs,
203203
'llm_loss_function': corr_loss,
204-
'x_llm_train' : x_llm_train_prosst,
204+
'x_llm' : x_llm_train_prosst,
205205
'llm_attention_mask': prosst_attention_mask,
206206
'input_ids': input_ids,
207207
'structure_input_ids': structure_input_ids
@@ -215,7 +215,7 @@ def compute_performances(mut_data, mut_sep=':', start_i: int = 0, already_tested
215215
'llm_train_function': esm_train,
216216
'llm_inference_function': esm_infer,
217217
'llm_loss_function': corr_loss,
218-
'x_llm_train' : x_llm_train_esm,
218+
'x_llm' : x_llm_train_esm,
219219
'llm_attention_mask': esm_attention_mask
220220
}
221221
}

0 commit comments

Comments
 (0)