Closed renhongkai closed 6 years ago
We used Python3.5 and have specified python3.5 within train.sh and run.sh. Try replacing that to your version of python (i.e. Python 3.6) and run.
@shamilcm Thank you very much. I have a confusion: MLConv (4 ens.) Refers to which four models are assembled
MLConv (4 ens.) refers to the ensemble of these four models: models/mlconv/model{1,2,3,4}.pt MLConv4_embed (4 ens.) refers to the ensemble of these four models: models/mlconv_embed/model{1,2,3,4}.pt
@renhongkai did you get the results of testing with m2 score? Can you share the results or guide me? I have not tried trained with reranker because of Moses problem. did the above script of run.sh with conll .m2 work?
when i run ./train.sh,I encountered this problem: 1、``` (python3.6_env) [renhongkai@xxkx-gpu1 training]# ./train.sh
2、when I testing with pre-trained models,I encountered this problem:
but I can use libbleu in python:
who can help me resolve it. thank you.