## 🚀 Feature Due to limitations in `mypy` or to be precise in `typeshed`, `int` and `float` are no `numbers.Number`. (For some extra details https://github.com/pytorch/ignite/pull/1391#discussion_r511656836) Therefore it would be helpful to change the typing from `number.Number` to `float` and remove several `# type: ignore`, where applicable.