Keras Error In Py_call_impl(callable, Dots$args, Dots$keywords) :
I am doing deep learning using Keras in Rstudio.I copy and paste this link https://tensorflow.rstudio.com/tutorials/beginners/basic-ml/tutorial_basic_regression/ boston_housing &l
Solution 1:
Can you please try the fix mentioned here.
Provided the solution below as well if in case the link is broken -
To install the fix you should be sure to close all R sessions then open a fresh R session and execute:
devtools::install_github("rstudio/reticulate")
The reason you need to close all R sessions is that windows shared libraries won't be successfully overwritten if they are in use during the installation.
Hope this works and fixes the issue you are facing.
Post a Comment for "Keras Error In Py_call_impl(callable, Dots$args, Dots$keywords) :"