Options for a failure trial (pre-config, fail silently, retry, etc.) #3821
Replies: 7 comments
-
Thanks for your feedback. |
Beta Was this translation helpful? Give feedback.
-
Looking forward to this feature |
Beta Was this translation helpful? Give feedback.
-
Another workaround design: params = nni.get_next_parameter(default_result=<object>);
libso.run_cpp('int *K = NULL; *K = 0; /* segfault ... */'); |
Beta Was this translation helpful? Give feedback.
-
This feature request will be included in v1.4 |
Beta Was this translation helpful? Give feedback.
-
Closing the issue as the "clone" feature is in the latest release, may you try and feedback us? Feel free to reopen if it does not match your expections, thanks a lot. @ghostplant |
Beta Was this translation helpful? Give feedback.
-
What is the currently recommended approach to achieve |
Beta Was this translation helpful? Give feedback.
-
@arvoelke in the previous release, we supported |
Beta Was this translation helpful? Give feedback.
-
Short summary about the issue/question:
Extend options for a failure trail during tuning.
Brief what process you are following:
Possible options:
If case 3 is not easy to express in config.yaml, this style
using_default_on_failure
can be also recommended:Beta Was this translation helpful? Give feedback.
All reactions