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

Input Converters and General Pipeline units #178

Open
sjperkins opened this issue Dec 15, 2016 · 0 comments
Open

Input Converters and General Pipeline units #178

sjperkins opened this issue Dec 15, 2016 · 0 comments

Comments

@sjperkins
Copy link
Member

Presently the units of the internal tensorflow graph are fixed. For e.g.

  • lm coordinates in radians
  • linear (XX, XY, YX, YY) correlations

and the user must convert their data to/from this format in the Source/Sink Providers. However, it may be useful to allow the user to specify conversion functions that convert data into these formats. For e.g.

  • lm coordinates in radec to radians
  • circular (LL, RL, LR, RR) correlations to (XX, XY, YX, YY)

This involves writing custom CPU/GPU operators for each conversion function which would then be invoked internally within the tensorflow graph. This is a nice to have, but not critical feature.

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