We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding 3D unittests and 2D tests update with #207 consideration.
@paskino mentioned:
This may not be sufficient to run the GPU tests. In CIL we also verify that a NVIDIA GPU is installed by calling nvidia-smi along these lines #nvidia try: subprocess.check_output('nvidia-smi') has_nvidia = True except: has_nvidia = False
This may not be sufficient to run the GPU tests.
In CIL we also verify that a NVIDIA GPU is installed by calling nvidia-smi along these lines
#nvidia try: subprocess.check_output('nvidia-smi') has_nvidia = True except: has_nvidia = False
The text was updated successfully, but these errors were encountered:
dkazanc
No branches or pull requests
Adding 3D unittests and 2D tests update with #207 consideration.
@paskino mentioned:
The text was updated successfully, but these errors were encountered: