-
Notifications
You must be signed in to change notification settings - Fork 272
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
Auto Node Layout fails for cyclic graphs #393
Labels
Comments
Hi @J-Arnold, Thanks for providing the examples and test 😃 this is really helpful, I'll try to look into this issue when I can. Cheers, |
Hi, Did you got time to look into this issue ? Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have implemented a data analysis framework that allows node computation and back propagation of derivatives for optimization of parameters by subclassing NodeGraph and BaseNode. This required allowing cyclic graphs so that the optimizer node can connect back to optimizable parameter nodes. Functionally, everything is working very well.
However, the auto node layout method produces a recursion error for a cyclic graph.
Any chance of supporting auto node layout for cyclic graphs?
The text was updated successfully, but these errors were encountered: