RobbyW551
RobbyW551
Hi! Many thanks for replying. I've set multiprocessing context back to `fork` but a CUDA runtime error is encountered regardless of the setting `memory_limit=None` under `api.search` when evaluating initial configurations....
Thanks for your reply. I will follow your suggestion and do some further investigation on the CUDA error.
Hi! I've just done several experiments, it shows that among the 9 initial configurations, the first 6 are crashed and the last 3 survived. The result is stable over repetitive...
Hi! The error is gone after setting `normalize_y` as `True`, but as I'm trying to reproduce the time-series forecasting experiment result in the paper, and current implementation of auto-pytorch is...
Thanks for your reply. I will try to run the code you provided.