Auto-PyTorch
Auto-PyTorch copied to clipboard
Annotations for the dictionaries used in the project
Hey, if we plan to remove support for python 3.6 and even python 3.7, we should add type annotations to the dataset properties and the get_properties methods. This can be done using the dataclass feature in python 3.7. Currently, a lot of hacks are used to satisfy mypy.