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

When I am testing for my sample monolith code by converting it to graph, it starts training and shows loss also. Though result is also displayed in the end, but is training necessary every time I feed a new application to this approach? #4

Open
Shalini0403 opened this issue Oct 17, 2022 · 1 comment

Comments

@Shalini0403
Copy link

No description provided.

@utkd
Copy link
Owner

utkd commented Oct 18, 2022

Yes, if the monolith application changes, the underlying graph representation will also change. So the model will need to be retrained, since the nodes, edges and features are going to be different.

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

2 participants