R: 安装 tensorflow

警告
本文最后更新于 2020-05-16,文中内容可能已过时。
1
2
3
4
5
6
7
8
Sys.setenv(TENSORFLOW_PYTHON="/home/fl/anaconda3/bin")
devtools::install_github("rstudio/tensorflow")
devtools::install_github("rstudio/keras")

library(tensorflow)

hello <- tf$constant("Hello")
print(hello)

相关内容

william 支付宝支付宝
william 微信微信
0%