mrjleo/boilernet

Documentation for using a trained model?

turian opened this issue · 2 comments

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:

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

@mrjleo see the email I sent you