Skip to content

Instantly share code, notes, and snippets.

@njtierney
Created May 12, 2021 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njtierney/fd07cabfdb014940ea0d33deb7572c73 to your computer and use it in GitHub Desktop.
Save njtierney/fd07cabfdb014940ea0d33deb7572c73 to your computer and use it in GitHub Desktop.
install_tensorflow(
    method = "conda",
    version = "1.14.0",
    extra_packages = c("tensorflow-probability==0.7.0", "numpy==1.16.4")
  )
  
  # or
  
install_tensorflow(
    method = "conda",
    version = "1.14.0",
    extra_packages = c("tensorflow-probability==0.7.0")
  )
```r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment