tensorflow warnings triggered by pytorch lightning module #11839
Unanswered
nimrare
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
I tried a simple pytorch lightning example (code below). It runs fine, but triggers the following tensorflow warning in my console: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'libcudart.so.10.1'; dlerror: libcudart.so.10.1: cannot open shared object file:
Im using:
pytorch-lightning: 1.5.10
pytorch: 1.9.0+cu102
Ubuntu 20.04.3
Do you have an idea why this warning is triggered? pytorch-lightning is also installing tensorboard in the background, as far as i know but still, this should not trigger such a cuda warning. I am a bit worried what parts of tensorflow are invoked and wreaking havoc in the background. Thanks for your help. I did not think this was worth creating an issue since the answer might be quite obvious to some of you.
The code:
Beta Was this translation helpful? Give feedback.
All reactions