tools/install-nightly.R

#! /usr/bin/env Rscript



for (nm in c("tf-nightly", "tf-nightly-cpu"))
  keras::install_keras(
    version = nm,
    envname = nm,
    method = "conda",
    restart_session = FALSE
  )

Try the keras package in your browser

Any scripts or data that you put into this service are public.

keras documentation built on May 29, 2024, 3:20 a.m.