FangyunWei / SLRT

236 stars 46 forks source link

asking about evaluation: Max retries exceeded with url: /api/models/pretrained_models/mBart_de #18

Closed qbdl closed 10 months ago

qbdl commented 1 year ago

Sorry to bother you, I met a problem when I tried to reproduce the evaluation part of your paper about " A Simple Multi-modality Transfer Learning Baseline for Sign Language Translation", after I downloaded the dataset and prepared for the environment, I ran the following command and met a problem , how can I deal with that ?
dataset=phoenix-2014t #phoenix-2014t / csl-daily python -m torch.distributed.launch --nproc_per_node 1 --use_env prediction.py --config experiments/configs/SingleStream/${dataset}_s2t.yaml image

ChenYutongTHU commented 10 months ago

Hello. It seems your program failed to find ./pretrained_models/mBart_de in your directory and tried downloading it from the huggingface website. Please download the pretrained language models here and place it as pretrained_models.