X Tutup
Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 454 Bytes

File metadata and controls

15 lines (10 loc) · 454 Bytes
title
Data Types

wandb.data_types

[view_source]

Wandb has special data types for logging rich visualizations.

All of the special data types are subclasses of WBValue. All of the data types serialize to JSON, since that is what wandb uses to save the objects locally and upload them to the W&B server.

X Tutup