-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hello,
I just wanted to let you know that the Jupyter Notebook with R and Tensor�ow 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 run library(keras) it works. Therefore no need to run the following lines of code, since running them generate errors:
install.packages('reticulate')
reticulate::install_miniconda()
install.packages('tensorflow')
library('tensorflow')
install_tensorflow()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels