toonify
toonify copied to clipboard
Google Colab no longer supports tensorflow 1.x
A few months ago, I tried running the colab notebook and was getting an error. I can't remember what error it was. But I tried running it again a few weeks ago (I was going to see if I could fix it myself), but then go an error saying:
ValueError Traceback (most recent call last)
[<ipython-input-4-8d2919c1d33c>](https://localhost:8080/#) in <module>
----> 1 get_ipython().run_line_magic('tensorflow_version', '1.x')
1 frames
[/usr/local/lib/python3.7/dist-packages/google/colab/_tensorflow_magics.py](https://localhost:8080/#) in _tensorflow_version(line)
39
40 Your notebook should be updated to use Tensorflow 2.
---> 41 See the guide at https://www.tensorflow.org/guide/migrate#migrate-from-tensorflow-1x-to-tensorflow-2."""
42 ))
43
ValueError: Tensorflow 1 is unsupported in Colab.
Your notebook should be updated to use Tensorflow 2.
See the guide at https://www.tensorflow.org/guide/migrate#migrate-from-tensorflow-1x-to-tensorflow-2.
I could figure out what they were talking about in the upgrading to use Tensorflow 2. Would it be possible for you to update the Google Colab notebook and have it work again? It was really fun to play around with. My professor of my Machine Learning class showed us it, and we had a lot of fun. And it would be really great to be able to use it again.