Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 338 Bytes

torch_cheatsheet

A repo aiming at creating, sharing and improving the mlverse/torch cheatsheet.

Building

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")