boilernet
boilernet copied to clipboard
Documentation for using a trained model?
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?
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 https://github.com/mrjleo/boilernet/issues/12 as a starting point)
@mrjleo see the email I sent you