Esther Ling

Results 3 comments of Esther Ling

evaluate.py does an evaluation on both the validation and test data. I think the metrics you're seeing above (MaxF1, BestThresh etc) are for the validation data. For the test data,...

Yes - I got it working in a Python 3 virtual environment after adding the path specified in cmake to PYTHONPATH: `export PYTHONPATH=/home/xxx/venv:$PYTHONPATH`

This is a problem of: i. Different libboost_python3x.so version ii. Variation of libboost name (libboost_python vs libboost_python-py vs etc) For my case (Ubuntu 18.04) Boost is in /usr/lib/x86_64-linux-gnu, so something...