|2021-05-07 16:40:44,930|WARNING util.py:161 -- Processing trial results took 27.238 s, which may be a performance bottleneck. Please consider reporting results less frequently to Ray Tune.|
|---|---|
|2021-05-07 16:40:44,930|WARNING util.py:161 -- The `process_trial` operation took 27.239 s, which may be a performance bottleneck.|
|2021-05-07 16:40:45,684|WARNING ray_trial_executor.py:666 -- Over the last 60 seconds, the Tune event loop has been backlogged processing new results. Consider increasing your period of result reporting to improve performance.|
How do I control reporting and checkpointing? I know that we can do via tune.run
but is there an option with TuneSearchCV
?
Thanks in advance!