Thanks for releasing the code. I tried it and was able to reproduce the exact numbers. I fixed some minor issues along the way, which could be useful.
The pre-compiled EVALB/evalb binary does not work on my machine and I had to re-compile it. So I removed the file from the repo and added instructions in the README.
The uint8 in src_joint/KM_parser.py does not work for newer versions of PyTorch. This is a known issue originated from self-attentive-parser.
The default eval-batch-size does not fit into GPUs with 11~12GB memory. So I modified test.sh
Hi,
Thanks for releasing the code. I tried it and was able to reproduce the exact numbers. I fixed some minor issues along the way, which could be useful.
uint8
in src_joint/KM_parser.py does not work for newer versions of PyTorch. This is a known issue originated from self-attentive-parser.eval-batch-size
does not fit into GPUs with 11~12GB memory. So I modified test.sh