mozilla / translations

The code, training pipeline, and models that power Firefox Translations
https://mozilla.github.io/translations/
Mozilla Public License 2.0
154 stars 33 forks source link

Config setting wandb-publication doesn't work #584

Closed eu9ene closed 5 months ago

eu9ene commented 5 months ago

It seems the issue is a bool value in YAML.

wandb-publication: True

becomes:

"WANDB_PUBLICATION": "True"

in task graph, but the script expects a string "true".

A workaround is to use a string "true" but the type in YAML schema is bool.

We should also add an example to the reference production config: taskcluster/configs/config.prod.yml