googlecolab / colabtools

Python libraries for Google Colaboratory
Apache License 2.0
2.17k stars 705 forks source link

When I install tensorflow 2.5.0 then model.fit() occurs errors #2335

Closed HoyaCho closed 2 years ago

HoyaCho commented 2 years ago

Describe the current behavior !pip install tensorflow==2.5.0

after install tensorflow 2.5.0, almost all codes occur errors. But it's okay in tensorflow 2.6.0. Just testing Coursera DeepLearning.AI TensorFlow Developer Course's Source.

Describe the expected behavior Running Coursera Testing Source on tensorflow==2.5.0

What web browser you are using (Chrome)

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

colaboratory-team commented 2 years ago

Dup of #2336.

HoyaCho commented 2 years ago

If I use tensorflow 2.6.0, there is no error. I know about that. But I prepare to earn TDC, TDC recommend to use tensorflow 2.5.0. So, I need to install 2.5.0. Is there no problem if I use 2.6.0 to prepare TDC?