"...python/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "5b682f4839b5064c605daa166f39228d547d37cd"
Commit 43bab151 authored by Geoffrey Yu's avatar Geoffrey Yu
Browse files

move recycle_early_stop_tolerance into 'model'

parent 833c100b
...@@ -824,7 +824,9 @@ multimer_model_config_update = { ...@@ -824,7 +824,9 @@ multimer_model_config_update = {
"c_s": c_s, "c_s": c_s,
"c_out": 37, "c_out": 37,
}, },
}}, },
"recycle_early_stop_tolerance": 0.5
},
"loss": { "loss": {
"distogram": { "distogram": {
"min_bin": 2.3125, "min_bin": 2.3125,
...@@ -901,5 +903,4 @@ multimer_model_config_update = { ...@@ -901,5 +903,4 @@ multimer_model_config_update = {
}, },
"eps": eps, "eps": eps,
}, },
"recycle_early_stop_tolerance": 0.5
} }
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