inst/doc/kerasIssues.R

## ----setup, include=FALSE-----------------------------------------------------
knitr::opts_chunk$set(echo = TRUE, eval = FALSE)

## ----eval = FALSE-------------------------------------------------------------
#  installTFpython(install.conda = TRUE)

## ----eval = FALSE-------------------------------------------------------------
#  reticulate::install_miniconda()
#  reticulate::conda_create(
#    envname = "digitaldlsorter-env",
#    packages = "python==3.7.11"
#  )

## ----eval = FALSE-------------------------------------------------------------
#  tensorflow::install_tensorflow(
#    method = "conda",
#    conda = reticulate::conda_binary("auto"),
#    envname = "digitaldlsorter-env",
#    version = "2.6.0-cpu"
#  )

## -----------------------------------------------------------------------------
#  tensorflow::use_condaenv("digitaldlsorter-env")

Try the digitalDLSorteR package in your browser

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

digitalDLSorteR documentation built on Sept. 13, 2024, 5:06 p.m.