facebookresearch / XLM

PyTorch original implementation of Cross-lingual Language Model Pretraining.
Other
2.87k stars 495 forks source link

bleu score and subprocess.Popen communicate method #316

Closed Tikquuss closed 4 years ago

Tikquuss commented 4 years ago

subprocess.Popen communicate method open automaticaly the file, stops the program execution until I manually close the file.
Here is a simple description of the problem on stackoverflow.