-
Notifications
You must be signed in to change notification settings - Fork 4
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
GPU Support #9
Comments
Hi mdbarnesUCSD, interesting, I didn't tried to run
Otherwise it might help to downgrade To generally asses if the GPU is working you can try to run |
Thanks for you response. I ran the Thanks! |
Hello, I am reopening this issue because when I run the GPU version of the code my GPU-Util is at 0% when running I am using an AWS g3 instance with the following 'tensor' packages: Here is the output from running +-----------------------------------------------------------------------------+ Also, this is the output from Please let me know if I can provide any additional information. Thank you! |
Hi mdbarnesUCSD, this certainly looks wrong. Hard to diagnose the problem remotely ... Can you paste the output of
|
Here is the output from running the test script:
Additionally, I ran this (from this stack overflow post): and got this output:
Also, from the same post:
producing this output:
Here is the output from
Thanks for the help. Please let me know if I can provide any more information. |
Issue resolved when I switched from tensorflow2_p36 to tensorflow_p36 AWS environment and ran the installation commands from README:
The version for tensorflow-gpu==1.15.3. |
That's great! Thanks for letting me know. I am thinking about porting the code to TF2 or Pytorch, TF1 is indeed a pain in the neck. |
Hello,
I am looking to run tensorsignatures on an AWS g3 instance. I was hoping to make use of the GPU support but am receiving an error. The AWS conda environment that I am using is tensorflow_p36 and comes with tensorflow-gpu version 1.15.3 installed. After running 'pip install tensorsignatures' the packages are:
tensorboard 1.15.0
tensorboard-plugin-wit 1.7.0
tensorflow 1.15.0
tensorflow-estimator 1.15.1
tensorflow-gpu 1.15.3
tensorflow-serving-api 1.15.0
tensorsignatures 0.5.0
The code runs when 'tensorflow 1.15.0 ' is installed but when it is just 'tensorflow-gpu 1.15.3' it does not (because tensorflow can not be imported).
Is there a way to verify that GPU is working?
Thank you!
The text was updated successfully, but these errors were encountered: