Auto-PyTorch icon indicating copy to clipboard operation
Auto-PyTorch copied to clipboard

Many errors are squeezed by try except

Open nabenabe0928 opened this issue 3 years ago • 2 comments

Errors during the training are completely squeezed by try except and they do not come up on the terminal. This aspect is quite user-unfriendly, so it should be fixed soon. It happens when we use ExecuteTaFuncWithQueue (or pynisher).

nabenabe0928 avatar Jul 14 '21 10:07 nabenabe0928

So, these errors are handled well as they are added to the additional_info for the configuration. What we can do is also log it to terminal by pushing error logs to std:err

ravinkohli avatar Oct 20 '21 09:10 ravinkohli

Do you think we can close this issue?

ravinkohli avatar Feb 10 '22 17:02 ravinkohli