Advertisement
lamiastella

SCC error

May 10th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "all_frame_prediction_fold0.py", line 253, in <module>
  3. model_ft = model_ft.to(device)
  4. File "/share/pkg.7/pytorch/1.0/install/3.6/lib/python3.6/site-packages/torch/nn/modules/module.py", line 381, in to
  5. return self._apply(convert)
  6. File "/share/pkg.7/pytorch/1.0/install/3.6/lib/python3.6/site-packages/torch/nn/modules/module.py", line 187, in _apply
  7. module._apply(fn)
  8. File "/share/pkg.7/pytorch/1.0/install/3.6/lib/python3.6/site-packages/torch/nn/modules/module.py", line 193, in _apply
  9. param.data = fn(param.data)
  10. File "/share/pkg.7/pytorch/1.0/install/3.6/lib/python3.6/site-packages/torch/nn/modules/module.py", line 379, in convert
  11. return t.to(device, dtype if t.is_floating_point() else None, non_blocking)
  12. RuntimeError: CUDA error: all CUDA-capable devices are busy or unavailable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement