From dd60fe531f36fa73eeefc20412642f8f98bb257a Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Sun, 5 Apr 2020 11:57:02 +0200 Subject: [PATCH] [script.train] Reset default rampup length to 900 to mimic what was there before --- bob/ip/binseg/script/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/ip/binseg/script/train.py b/bob/ip/binseg/script/train.py index aa3cf40e..3156b2e6 100644 --- a/bob/ip/binseg/script/train.py +++ b/bob/ip/binseg/script/train.py @@ -187,7 +187,7 @@ logger = logging.getLogger(__name__) help="Ramp-up length in epochs (for SSL training only)", show_default=True, required=True, - default=1000, + default=900, cls=ResourceOption, ) @verbosity_option(cls=ResourceOption) -- GitLab