TensorFlow_available | R Documentation |
A simple (and restrictive) check whether TensorFlow is available.
TensorFlow_available()
Essentially calls "pip list | grep tensorflow"
via
system()
. Only available on non-Windows operating
systems; returns FALSE
on Windows.
logical
indicating whether TensorFlow was found.
Marius Hofert
library(gnn) # for being standalone
TensorFlow_available()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.