Modalities / modalities

A framework for training multimodal foundation models.
MIT License
38 stars 3 forks source link

feat: log config #169

Closed mali-git closed 1 day ago

mali-git commented 1 week ago

What does this PR do?

This PR extends the method of logging configuration files in Weights & Biases (W&B). In addition to logging configurations as files or artifacts, this PR logs them as dictionaries. This allows programmatic access to the configurations from W&B without needing to download the configuration files.

General changes

Breaking Changes

Checklist before submitting final PR