googlecolab / colabtools

Python libraries for Google Colaboratory
Apache License 2.0
2.19k stars 718 forks source link

Not getting speed of GPU #2030

Open Savan2708 opened 3 years ago

Savan2708 commented 3 years ago

Describe the current behavior I am doing tensorflow object detection earlier colab pro taking 40-50 seconds per 100 steps and now it is taking 23-24 Minutes per 100 steps it is too high than normal.

I am Using Tensorflow version 2.5

Describe the expected behavior It should be fix.

What web browser you are using Chrome

Additional context Link to a minimal, public, self-contained notebook that reproduces this issue.

cperry-goog commented 3 years ago

Can you try with the default installed Tensorflow 2.4? And what mechanism are you using to install Tensorflow 2.5?

cperry-goog commented 3 years ago

See also #2013

Savan2708 commented 3 years ago

Can you try with the default installed Tensorflow 2.4? And what mechanism are you using to install Tensorflow 2.5?

Gpu is working with tf 2.4 but not working with tf 2.5

cperry-goog commented 3 years ago

We've upgraded Colab to TensorFlow 2.5 in the interim, can you try again with the default TensorFlow version and let us know if you're still seeing this?