facebookresearch/metaseq
GitHub で見るConvert string matches to enum comparison if possible
Open
#311 opened on 2022年8月20日
better-engconfigenhancementgood first issue
説明
We have a lot of places where we do string matching, like:
or
which can all be found via: ag "== \"" --py.
Convert these all to comparing against enums if possible.