Skip to content
Snippets Groups Projects
Commit 8a19a894 authored by Alex Rubinsteyn's avatar Alex Rubinsteyn
Browse files

only train for 200 epochs in unit test

parent f661d99f
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ def test_performance_improves_for_A0205_with_pretraining():
X_pretrain=X_index_imputed,
ic50_pretrain=ic50_imputed,
sample_weights_pretrain=sample_weights_imputed,
n_training_epochs=500)
n_training_epochs=200)
ic50_pred_with_imputation = \
predictor_with_imputation.predict_ic50_for_kmer_encoded_array(X_index)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment