Documentation for using a trained model?
turian opened this issue · 2 comments
turian commented
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 commented
Hi, there is no such command. If you want to use your model to extract content, you have 2 options:
- Use the SoBigData method engine (see https://github.com/mrjleo/boilernet#web-content-extraction)
- Implement this yourself (you can use #12 as a starting point)