Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in timer with glue in gpu tests #1282

Merged
merged 2 commits into from
Jan 22, 2021
Merged

Conversation

miguelgfierro
Copy link
Collaborator

Description

Error in time

Related Issues

Checklist:

  • I have followed the contribution guidelines and code style for this project.
  • I have added tests covering my contributions.
  • I have updated the documentation accordingly.
  • This PR is being made to staging branch and not to master branch.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@miguelgfierro
Copy link
Collaborator Author

miguelgfierro commented Jan 20, 2021

error in fastai version

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.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants