A repo aiming at creating, sharing and improving the mlverse/torch cheatsheet.
To build the cheatsheet you will need to install a few packages:
install.packages(c("flexdashboard", "magick", "remotes"))
remotes::install_github("rstudio/chromote")
Next you can run
source("build.R")