-
Notifications
You must be signed in to change notification settings - Fork 12
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
Draft plotting function for network API #181
Conversation
Cool! Should this be recursive? I.e. |
Some misc. ideas / considerations from my side:
Will also continue to think some more about this. |
Great suggestsions, I agree with almost all points. Especially with keeping (x,y,z). I would prefer using graph libraries only for plotting. Otherwise I am worried we will run into autograd issues in the long run. |
Merging now to unblock Kyra, but I think this can definitely be improved. |
Cool! One addition I would make is, nx.draw takes |
closes #179
@kyralianaka @jnsbck plotting is on the way.
For feedforward NNs: