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

fix

parent e14e948e
No related merge requests found
......@@ -20,9 +20,9 @@ from .data_dependent_weights_initialization import lsuv_init
DEFAULT_PREDICT_BATCH_SIZE = 4096
if os.environ.get("MHCFLURRY_DEFAULT_PREDICT_BATCH_SIZE"):
DEFAULT_PREDICT_BATCH_SIZE = os.environ[
DEFAULT_PREDICT_BATCH_SIZE = int(os.environ[
"MHCFLURRY_DEFAULT_PREDICT_BATCH_SIZE"
]
])
logging.info(
"Configured default predict batch size: %d" % DEFAULT_PREDICT_BATCH_SIZE)
......
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