-
Notifications
You must be signed in to change notification settings - Fork 60
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
Run the example notebook "Using the API with NILMTK-CONTRIB" with GPU #57
Comments
I am facing a similar problem. Did you get solution to your problem? |
Unfortunately, no! |
@w52191 The problem will happen because of you install the Cuda toolkit and TensorFlow GPU separately use the following command to create the environment it will solve your issue conda create -n tf-gpu-cuda8 tensorflow-gpu cudatoolkit also refer |
Hi, I encountered the same issue when i run the API, I have installed both of these two packages in the same environment. This command seems like also to create a new env and install these 2 packages. May I ask where is the difference? |
Is there any update for this issue? I tried all the ways online, it's still not working. |
Hi,
Anyone succuessfully run "Using the API with NILMTK-CONTRIB" recently? I used
conda create -n nilm -c conda-forge -c nilmtk nilmtk-contrib
conda install cudatoolkit=11.0 cudnn
pip install tensorflow-gpu==2.4.0
to install the virtual evn. Then, when I tried to run the code, I got the warning:
Any idea how to solve the issue? It's slower than CPU (takes aroud 45s/epoch).
My config:
RTX3070
CUDA: 11.0
cudnn: 8.1
tensorflow-gpu: 2.4.0
The text was updated successfully, but these errors were encountered: