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
There is a downstream bug with duplicate keys, in the current implementation pyyaml only considers the last key occurrence and does not produce any warning/error: yaml/pyyaml#165
The linked issue contains discussions about workarounds.
yacs uses
safe_load()
frompyyaml
.There is a downstream bug with duplicate keys, in the current implementation pyyaml only considers the last key occurrence and does not produce any warning/error: yaml/pyyaml#165
The linked issue contains discussions about workarounds.
This leads to very subtle errors, see e.g.
facebookresearch/maskrcnn-benchmark#545
The text was updated successfully, but these errors were encountered: