Closed andrewyates closed 4 years ago
The tests for DTB are now failing when a GPU with a recent CUDA version is used. Setting CUDA_VISIBLE_DEVICES='' causes the tests to pass.
CUDA_VISIBLE_DEVICES=''
This is a PyTorch/CUDA bug fixed in PyTorch 1.5.
The tests for DTB are now failing when a GPU with a recent CUDA version is used. Setting
CUDA_VISIBLE_DEVICES=''
causes the tests to pass.