Closed serbanstan closed 6 years ago
@kyao How should we address the initial candidate search failures? I can think of two options:
Let's go for option 2. We are already trying three times to find the initial candidate.
For this particular template, it will always fails regardless number of trails.
fixed in commit b76d4adb3540f76f542f1397f9ec1226dbd657d8
Consider the following template
If we run the system on 27_wordLevels with
python ta2-search /nas/home/stan/dsbox/runs3/config-seed/27_wordLevels_config.json
, then we get the following stack traceIf however we modify the template so that the encoder step is set to
the run succeeds. I assume that as long as we have a possibly successful pipeline generated from a given template, we shouldn't crash.