FangyunWei / SLRT

236 stars 46 forks source link

is python 3.8 supported for the program #19

Open gangyang0912 opened 1 year ago

gangyang0912 commented 1 year ago

cause my CUDA is 11.7 version, python 3.6 is too old to match the CUDA version. So I'm wondering is python 3.8 supported for the program?

2000ZRL commented 1 year ago

I think the python version may not affect reproducing our results and you may try it by yourself first. But we still strongly recommend preparing the environment as described in READMEs.

gangyang0912 commented 1 year ago

I think the python version may not affect reproducing our results and you may try it by yourself first. But we still strongly recommend preparing the environment as described in READMEs. Thanks for you reply. I could run the whole process under 3.8 version. One more question I want to ask is in csl-daily_s2t_ensemble.yaml file, where can I get the ../SignLanguageTranslation_Baseline/pretrained_models/mBart_zh/gloss2text_cp_2000_bleu10 file? I use TwoStreamNetwork/pretrained_models/mBart_zh instead, but my bleu4 is two points lower than your result.