Skip to content
Snippets Groups Projects
Commit b5c90cdc authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

update hyperparameters

parent f8a71ebb
No related branches found
No related tags found
No related merge requests found
......@@ -10,13 +10,14 @@
"max_epochs": 500,
"patience": 20,
"early_stopping": true,
"validation_split": 0.2,
"minibatch_size": 128,
"validation_split": 0.1,
"minibatch_size": 512,
"loss": "custom:mse_with_inequalities",
##########################################
# RANDOM NEGATIVE PEPTIDES
##########################################
"random_negative_rate": 0.0,
"random_negative_rate": 0.2,
"random_negative_constant": 25,
"random_negative_affinity_min": 20000.0,
"random_negative_affinity_max": 50000.0,
......
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