Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mechanism to pass complex types through simpler transformers #250

Open
etrain opened this issue Mar 15, 2016 · 0 comments
Open

Mechanism to pass complex types through simpler transformers #250

etrain opened this issue Mar 15, 2016 · 0 comments

Comments

@etrain
Copy link
Contributor

etrain commented Mar 15, 2016

Currently transformers are maps from A => B, but if I have some complex type like (Int, Image) I can't pass it into an Image => DenseVector[Double] Transformer and expect it to do the right thing. We can probably come up with some implicit magic that allows us to apply Transformers to objects like this.

Similar to #249 , this came up in the context of data augmentation in a discussion with @shivaram today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant