mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Update examples/preferential-optimization/evaluator.py
This commit is contained in:
@@ -85,6 +85,7 @@ def main() -> NoReturn:
|
||||
continue
|
||||
|
||||
if len(comparison_trials) < n_comparison:
|
||||
# Wait for unfinished trials (images under generation) to be generated.
|
||||
time.sleep(0.1)
|
||||
st.experimental_rerun()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user