Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 681 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 681 Bytes

luzmonitor

Lifecycle: experimental

Luz callbacks to monitor torch model training using popular experiment monitoring tools. Monitoring tools:

  • Neptune (implemented, incomplete)

  • MLflow (not implemented)

  • Weights & Biases (not implemented)

Installation

The development version from GitHub with:

# install.packages("devtools")
devtools::install_github("cmcmaster1/luzmonitor")