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 graph export/import capability #1

Open
Narasimha1997 opened this issue Oct 1, 2020 · 0 comments
Open

Add graph export/import capability #1

Narasimha1997 opened this issue Oct 1, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hard

Comments

@Narasimha1997
Copy link
Owner

Provide functions to save and load the computation graph.

  1. Should export the computation graph as a json file, call the API as save()
  2. The json file must contain all node definitions in the compute graph
  3. Import the graph using function called load(), it should return the graph object.
@Narasimha1997 Narasimha1997 added enhancement New feature or request good first issue Good for newcomers hard labels Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hard
Projects
None yet
Development

No branches or pull requests

1 participant