Apologies for the trivial question, but I have trouble installing greta. The oldest version of tensorflow I can find is 2.10.0 and I cannot figure out how to install tensorflow=1.14.0.
Install problem cannot find tensorflow=1.14.0
1 Like
Hi there!
The newest version of greta is still in development, but it supports TF2.
Can you try installing greta at this branch, like so:
remotes::install_github("greta-dev/greta@tf2-poke-tf-fun")
Then follow the prompts for installation:
library(greta)
install_greta_deps()
Let me know how you go?