Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deprecation warning fixes (facebookresearch#2881)
Summary: ## What does this PR do? Fixes: - 2x `DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working` - 1x `/fairseq/optim/adam.py:98: DeprecationWarning: invalid escape sequence \:` This is with py38. Pull Request resolved: facebookresearch#2881 Reviewed By: alexeib Differential Revision: D24959633 Pulled By: myleott fbshipit-source-id: ac563e194d5f07e3817de55729b0448366a6dc23
- Loading branch information