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
E 3 from .core import *
E 4 from .basic_data import *
E 5 from .data_block import *
E
E /anaconda/envs/reco_gpu/lib/python3.6/site-packages/fastai/basic_train.py in <module>
E 4 from .callback import *
E 5 from .data_block import *
E ----> 6 from .utils.mem import gpu_mem_restore
E 7 import inspect
E 8 from fastprogress.fastprogress import format_time
E
E /anaconda/envs/reco_gpu/lib/python3.6/site-packages/fastai/utils/mem.py in <module>
E 16
E 17 if use_gpu:
E ---> 18 pynvml = load_pynvml_env()
E 19
E 20 def preload_pytorch():
E
E /anaconda/envs/reco_gpu/lib/python3.6/site-packages/fastai/utils/pynvml_gate.py in load_pynvml_env()
E 18 return pynvml
E 19
E ---> 20 pynvml.nvmlInit()
E 21
E 22 return pynvml
E
E /anaconda/envs/reco_gpu/lib/python3.6/site-packages/pynvml.py in nvmlInit()
E 613 fn = _nvmlGetFunctionPointer("nvmlInit_v2")
E 614 ret = fn()
E --> 615 _nvmlCheckReturn(ret)
E 616
E 617 # Atomically update refcount
E
E /anaconda/envs/reco_gpu/lib/python3.6/site-packages/pynvml.py in _nvmlCheckReturn(ret)
E 308 def _nvmlCheckReturn(ret):
E 309 if (ret != NVML_SUCCESS):
E --> 310 raise NVMLError(ret)
E 311 return ret
E 312
E
E NVMLError_LibRmVersionMismatch: RM has detected an NVML/RM version mismatch.
Description
error in fastai version
In which platform does it happen?
How do we replicate the issue?
https://dev.azure.com/best-practices/recommenders/_build/results?buildId=43853&view=results
Expected behavior (i.e. solution)
Other Comments
related to #1282 (comment)
The text was updated successfully, but these errors were encountered: