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
Given the discussions in #230, I'm not sure there is a need to an abstract class. I'm closing this issue, but let me know if you think otherwise and we can re-open it.
Uh oh!
There was an error while loading. Please reload this page.
Shouldn't there be a base class for all transforms like
torch.utils.data.Dataset
?It can be:
This makes transforms transparent and easy to refer in other functions like
Compose
.The text was updated successfully, but these errors were encountered: