rstudio / tensorflow.rstudio.com

https://tensorflow.rstudio.com
9 stars 12 forks source link

need previous version tensorflow #71

Open xiaofanfan1991 opened 8 months ago

xiaofanfan1991 commented 8 months ago

my tensorflow is old version, where could I find old version document for tensorflow in rstudio?

t-kalinowski commented 8 months ago

You can find the API documentation for older versions of TensorFlow here: https://www.tensorflow.org/versions.

In the Rstudio IDE, you can also activate the help by pressing F1 while the cursor is on a tensorflow symbol, e.g., tensorflow::tf$reshape, to bring up the relevant page on the "tensorflow.org" website, or you can view the docstring attached to the object locally by passing it to reticulate::py_help()