-
Notifications
You must be signed in to change notification settings - Fork 8
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
React flow integration #957
Conversation
…ayground into react-flow-integration-trainspace
@farisdurrani screen recording? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me. left a few comments/questions.
@dwu359 , can you take a look
…e' into react-flow-integration-trainspace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks really good! Future steps could be transforming the entire trainspace ui to use react flow instead of just the layers.
React flow integration
What user problem are we solving?
The current ReactDnD tool is complex in nature and does not allow for parallel layers of architecture.
What solution does this PR provide?
Addressing #890 , this PR integrates React Flow as an alternative drag-n-drop tool replacing ReactDnd. This allows people to drag and drop new layers, as well as add parameter info and in the future, this will allow parallel layers of architecture.
Deep.Learning.Playground.-.12.September.2023.mp4
Testing Methodology
How did you test your changes and verify that existing
functionality is not broken
Basic testing on Iris and MNIST training.
Any other considerations