Closed AshesITR closed 9 months ago
https://github.com/rstudio/tensorflow/blob/eeb1e66b57964c9b4b6baa26b8d462b198ce1437/R/seed.R#L158
tf_version() returns NULL if tensorflow is unavailable, causing the condition to error with "argument is of length zero".
tf_version()
NULL
https://github.com/rstudio/tensorflow/blob/eeb1e66b57964c9b4b6baa26b8d462b198ce1437/R/seed.R#L158
tf_version()
returnsNULL
if tensorflow is unavailable, causing the condition to error with "argument is of length zero".