Skip to content

Issues with Jupyter Notebook with R and Tensorow #8

Description

@quinoba

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()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions