Hi, in the coding part of the CNN tutorial, the following code is given as needed for the Jupyter notebook in the instruction video:
%tensorflow_version 2.x
This error is returned: usage error: Line magic function %tensorflow_version
not found.
I’m just copying the code. Anyone familiar with running tensorflow in Jupyter notebook. I’m brand new to it and tensorflow.
Solution - The tf guide mentioned Google Collab, which runs the notebook without installing Anaconda with Python and Jupyter Notebook and runs the code on a remote server and runs in the browser. Now remember this was mentioned at the beginning of the series.