Split from Deep Learning with Keras and TensorFlow in R Workflow - rstudio::conf 2020
Hi I am getting an error trying to set up as session in tensor flow my code:
library(tensorflow)
install_tensorflow()
Create your session
sess <- tf$Session()
Installation complete.
Restarting R session...
Create your session
sess <- tf$Session()
Error in py_get_attr_impl(x, name, silent) :
AttributeError: module 'tensorflow' has no attribute 'Session'
Any idea?