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 documentation on how to use a model after it is trained. #6

Open
gilljon opened this issue Feb 17, 2023 · 2 comments
Open

Add documentation on how to use a model after it is trained. #6

gilljon opened this issue Feb 17, 2023 · 2 comments

Comments

@gilljon
Copy link

gilljon commented Feb 17, 2023

How do we actually use the trained model?
How would we feed in text and get the graph associated with that text?

@f1amigo
Copy link

f1amigo commented Feb 23, 2023

I have the same problem as well and would appreciate any help on this. Thanks!

@imelnyk
Copy link
Contributor

imelnyk commented Feb 23, 2023

I have updated main.py and README to include inference step. This is just a single input inference, which converts one input text into graph, using earlier trained model. All you have to do is to set --run inference and --inference_input_text "your input text".

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

3 participants