Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use dictionary unpacking instead of merge operator for python 3.8 com…
…patibility (#4049) The dictionary merge operator was introduced in Python 3.9 and unfortunately PyTorch still supports 3.8. I think for this use case there is no downside to unpacking, other than that it's a bit ugly.
- Loading branch information