Skip to content
Snippets Groups Projects

Fix grid

Merged Alain KOMATY requested to merge fix_grid into master

Fixes an error that no CUDA devices are available.

In fact, CUDA might be available on the scheduler machine, and because this part of the code was run by the scheduler, torch.cuda.is_available() returned True, which caused the job to crash. This problem is solved by applying the modification in this merge request.

Edited by Amir MOHAMMADI

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading