You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates for reticulate 1.41 and reticuate::py_require().
New function py_require_tensorflow() which can be called at the start of an R session
to enable reticulate to resolve tensorflow. Calling install_tensorflow()
in most circumstances is no longer necessary.
install_tensorflow() installs TensorFlow v2.20 by default.
Fixed an issue where GPUs would not be found when running on Windows
WSL Linux (reported in rstudio/keras3#1456, fixed in #599)