You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2024. It is now read-only.
Make classy_train.py work with YAML config files in addition to JSON.
Motivation
YAML is better than JSON, period.
Pitch
We already have experimental support for YAML by using the Hydra library (https://hydra.cc). We need to use it more, make sure it's stable and document it.
Alternatives
Support YAML without Hydra. There's lots of benefits of using Hydra though.