Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.79 KB

File metadata and controls

35 lines (29 loc) · 1.79 KB

Monitoring

Deepspeed’s Monitor module can log training details into a Tensorboard-compatible file, to WandB, or to simple CSV files. Below is an overview of what DeepSpeed will log automatically.

TensorBoard

.. autopydantic_model:: deepspeed.monitor.config.TensorBoardConfig

WandB

.. autopydantic_model:: deepspeed.monitor.config.WandbConfig

CSV Monitor

.. autopydantic_model:: deepspeed.monitor.config.CSVConfig