Replies: 2 comments 4 replies
-
update, in the DLC notebook, installing torch kindof solved the issue (it is painfully slow but at least the code runs...), so i've tried installing some packages in my SLEAP notebook too:
...and ran some stuff, in case it helps when:
output:
when:
output:
and i've tried running the sleap-track again several times, and it still says GPUs: none detected |
Beta Was this translation helpful? Give feedback.
-
Hi @delaroob, Thanks for pointing this out to us! From my tests, it looks like any version of TensorFlow older than 2.15 is no longer detecting GPUs on Google Colab. We figured this day would come at some point... We don't control Google Colab :( We're working on our own alternative to Google Colab, but in the meantime you could try Paperspace which offers another alternative. We'll be trying to expand the version compatibility in SLEAP with newer versions of TensorFlow, but it's a complex process due to other conflicting dependencies. I'm converting this to an issue so that we can track the progress. Thanks and sorry that the Colab approach is not currently working! Talmo |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I'm trying to continue training a SLEAP network in Colab. I've done the process (importing the same stuff, running the same code blocks etc.) several times in the past few days without any problems, however, it seems like I can't connect to any GPUs.
As the matter of fact, I can't run anything in colab right now except for like saving variables, importing packages and stuff that doesn't really require much comp power. Deeplabcut doesn't work either, the runtime colapses and restarts without further information.
In runtime python3 with a v100 GPU is selected and I still have 122 comp units available.
Thanks in advance for any help and let me know if additional information is required to solve the issue!
Here is the stuff I run (it's basically the demo notebook):
(i've already done the next "iteration" of training yesterday, so I skipped the unzip and training part, since I just wanted to run inference and predict instances)
output:
Beta Was this translation helpful? Give feedback.
All reactions