Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with Jupyter Notebook with R and Tensorow #8

Open
quinoba opened this issue Nov 25, 2023 · 2 comments
Open

Issues with Jupyter Notebook with R and Tensorow #8

quinoba opened this issue Nov 25, 2023 · 2 comments

Comments

@quinoba
Copy link

quinoba commented Nov 25, 2023

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()
@MansMeg
Copy link
Owner

MansMeg commented Nov 25, 2023

Thanks!

@MansMeg
Copy link
Owner

MansMeg commented Nov 25, 2023

If you can, feel free to do a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants