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

Pipeline for processing inputs and outputs #36

Open
JackKelly opened this issue Feb 16, 2015 · 0 comments
Open

Pipeline for processing inputs and outputs #36

JackKelly opened this issue Feb 16, 2015 · 0 comments
Milestone

Comments

@JackKelly
Copy link
Owner

  • modify Source superclass so it can take a input_preprocessing=[] argument
  • Each Preprocessing class has
    • input : the data source
    • get_output_shape() for method to allow Source to figure out the final output shape
    • get_output()
  • pass input data through this pipeline, and modify n_inputs and seq_length.
@JackKelly JackKelly added this to the ASAP milestone Feb 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant