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
In one of my custom transforms I take more than just the img/sample as input, this won't work with transforms.Compose as it's __call__() takes only 1 input. Any thoughts on getting a fix for this? Would be interested in making a PR if you guys would want it.
The text was updated successfully, but these errors were encountered:
skrish13
changed the title
compose transforms with custom transforms
transforms.Compose with custom transforms
Aug 17, 2017
Hi @skrish13 there is currently a discussion happening in this issue about how to evolve the transforms to allow for these use cases. I think we're close to a new design so hopefully this will be supported soon.
cc @fmassa I think we can close this issue as it is essentially a duplicate of #230
Uh oh!
There was an error while loading. Please reload this page.
In one of my custom transforms I take more than just the img/sample as input, this won't work with
transforms.Compose
as it's__call__()
takes only 1 input. Any thoughts on getting a fix for this? Would be interested in making a PR if you guys would want it.The text was updated successfully, but these errors were encountered: