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

Documentation for using a trained model? #14

Open
turian opened this issue Aug 10, 2022 · 2 comments
Open

Documentation for using a trained model? #14

turian opened this issue Aug 10, 2022 · 2 comments

Comments

@turian
Copy link

turian commented Aug 10, 2022

After running train:

!python3 net/train.py googletrends_data --working_dir googletrends_train -l 2 -u 256 -d 0.5 -s 256 -e 50 -b 16 --interval 1

What is the command for running this trained model on a bunch of documents?

@mrjleo
Copy link
Owner

mrjleo commented Aug 10, 2022

Hi, there is no such command. If you want to use your model to extract content, you have 2 options:

  1. Use the SoBigData method engine (see https://github.com/mrjleo/boilernet#web-content-extraction)
  2. Implement this yourself (you can use Error while using HTML file as input to the model #12 as a starting point)

@turian
Copy link
Author

turian commented Aug 15, 2022

@mrjleo see the email I sent you

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