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

Diagonal iteration instead of naive #4

Open
ghost opened this issue Jan 24, 2018 · 0 comments
Open

Diagonal iteration instead of naive #4

ghost opened this issue Jan 24, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 24, 2018

Hello,

First of all thanks for your work, it is to my knowledge the first public attempt at defining a multidimensional while_loop.

If I understood your implementation, each cell of the grid is updated sequentially from left to right, then up to down. But as pointed by your illustration in the ReadMe, this process is parallelizable, as each cell on the diagonal orthogonal to the propagation can be updated independantly. Do you have any lead on performing this processing? I tried to work on this one but could not figure out a solution, Tensorflow really isn't easy to use in this case because the number of cell states to compute at a time is a function of h and w.

Thanks,
Quentin

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

0 participants