You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if the user sets use_data_parallel=True in ConfigurableTrainer on a machine without a GPU, the code simply crashes (as is expected). But the error message is misleading. Handle this with an assertion with a clear message.