Commit 0e606691 authored by finetuneanon's avatar finetuneanon Committed by GitHub

Add BENCHMARK flag

parent 0358e389
......@@ -150,6 +150,7 @@ def init_config_model():
config.prior_path = os.getenv('PRIOR_PATH', None)
config.default_config = os.getenv('DEFAULT_CONFIG', None)
config.quality_hack = os.getenv('QUALITY_HACK', "0")
config.benchmark = os.getenv('BENCHMARK', "0")
config.clip_contexts = os.getenv('CLIP_CONTEXTS', "1")
try:
config.clip_contexts = int(config.clip_contexts)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment