Open nabenabe0928 opened 3 years ago
About autoPytorch/pipeline/components/trainer/*.py in refactor_development_regularization_cocktail branch, most data have the typing of np.ndarray, but aren't they torch.Tensor?
autoPytorch/pipeline/components/trainer/*.py
refactor_development_regularization_cocktail
np.ndarray
torch.Tensor
they are, we should fix this as well.
Actually, there are many mypy error regarding wrong typing expressions, so let's fix after the big merge.
sure.
About
autoPytorch/pipeline/components/trainer/*.py
inrefactor_development_regularization_cocktail
branch, most data have the typing ofnp.ndarray
, but aren't theytorch.Tensor
?