You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apart from boling down the code complexity, it's not a good practice to have dynamic field names depending on the passed arguments. Benefits are clear for both users and developers who want to subclass MNIST.
torchvision==0.2.1 (same in master)
The text was updated successfully, but these errors were encountered:
I totally agree with you that your proposal is better.
I'd be ok with merging such change, even though some people might depend on that particular behavior (but they shouldn't).
Wouldn't it be better to change
to
Apart from boling down the code complexity, it's not a good practice to have dynamic field names depending on the passed arguments. Benefits are clear for both users and developers who want to subclass MNIST.
torchvision==0.2.1 (same in master)
The text was updated successfully, but these errors were encountered: