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
When running submission.generate_submission_file(trained_model=model, dataloaders=dataloaders, data_key=dataset_name, path="./submission_files/", device="cpu") I still get a RuntimeError: No CUDA GPUs are available even when using device='cpu'
When running
submission.generate_submission_file(trained_model=model, dataloaders=dataloaders, data_key=dataset_name, path="./submission_files/", device="cpu")I still get aRuntimeError: No CUDA GPUs are availableeven when using device='cpu'