doesn't seem to work. The issue is related with the fact that we don't need to run any of the lines related to the installation of tensorflow, because TensorFlow is already installed in the colab environemnt. It seems that when you only run library(keras) it works. Therefore no need to run the following lines of code, since running them generate errors:
Hello,
I just wanted to let you know that the Jupyter Notebook with R and Tensorow available here: https://github.com/MansMeg/IntroML/blob/master/additional_material/colab_nb/RandTensorFlow.ipynb
doesn't seem to work. The issue is related with the fact that we don't need to run any of the lines related to the installation of
tensorflow
, because TensorFlow is already installed in the colab environemnt. It seems that when you only runlibrary(keras)
it works. Therefore no need to run the following lines of code, since running them generate errors: