clay-lab / transductions

A PyTorch framework for creating, running, and reproducing experiments on seq2seq models.
6 stars 3 forks source link

Why aren't hydra configs getting type'd right? #43

Closed jopetty closed 3 years ago

jopetty commented 3 years ago

It seems like none of the hydra configs are supplying bool or None types.....

jopetty commented 3 years ago

Hmm, it looks like at least the None types would be solved by using null instead. Cf this spec on yaml.org.

jopetty commented 3 years ago

Confirmed that bool types are being interpreted correctly. Closing issue.