Guest User

Untitled

a guest
Oct 23rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. devtools::install_github("rstudio/tensorflow")
  2.  
  3. library(tensorflow)
  4. install_tensorflow()
  5.  
  6. sess = tf$Session() hello <- tf$constant('Hello, TensorFlow!')
  7. sess$run(hello)
Add Comment
Please, Sign In to add comment