boilernet icon indicating copy to clipboard operation
boilernet copied to clipboard

Documentation for using a trained model?

Open turian opened this issue 3 years ago • 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?

turian avatar Aug 10 '22 11:08 turian

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 https://github.com/mrjleo/boilernet/issues/12 as a starting point)

mrjleo avatar Aug 10 '22 17:08 mrjleo

@mrjleo see the email I sent you

turian avatar Aug 15 '22 11:08 turian