The issue is that training does not continue from this step onward even though the process runs for up to two days. Training is not interrupted by errors, but eventually stopped manually.
I am trying to train a model on Italian so this is how the training data looks like:
When training a custom constituency parser model the training starts, but hangs on "building the model" step for several hours/days.
Steps taken
Install current version with
pip install git+https://github.com/yzhangcs/parser
and start training the constituency parser with:Output of the logger:
The issue is that training does not continue from this step onward even though the process runs for up to two days. Training is not interrupted by errors, but eventually stopped manually.
I am trying to train a model on Italian so this is how the training data looks like:
Any help or pointers on how to debug this issue are greatly appreciated.