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

add support for auto-context in synthesis generator #4

Open
bodokaiser opened this issue Sep 29, 2017 · 0 comments
Open

add support for auto-context in synthesis generator #4

bodokaiser opened this issue Sep 29, 2017 · 0 comments

Comments

@bodokaiser
Copy link
Owner

There are two possible strategies on how to proceed with this:

  1. Extend rebuild.py to support an option which produces [depth, height, width, channels] tfrecords wherein channels corresponds to the i-th auto context iteration.

  2. Update train.py to support loading various volumes and merge them via tf.contrib.Dataset.

For the moment I incline to the first strategy as it would

  • distribute the implemented logic evenly between train.py and rebuild.py
  • should provide better performance as there is less io involved

however we would need to adjust current apis to use DHWC over DHW.

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