Open xiaofanfan1991 opened 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()
my tensorflow is old version, where could I find old version document for tensorflow in rstudio?