zhoujx4 / DuReader-Checklist-BASELINE

百度2021年语言与智能技术竞赛机器阅读理解torch版baseline
53 stars 16 forks source link

predict时内存溢出 #4

Closed JeremySun1224 closed 3 years ago

JeremySun1224 commented 3 years ago

您好,我在predict的时候总是内存溢出,机器的显存是32G,内存32G。 参数的设置是这样的: python predict.py --max_len=512 --model_name_or_path='/home/aistudio/pretrained_model/roberta-large-wwm' --per_gpu_eval_batch_size=512 --output_dir="./output" --fine_tuning_model='/home/aistudio/lic2021/output/best_model.pkl' 请问是什么原因呢?

zhoujx4 commented 3 years ago

哦哦 你用的是large模型哦,那确实存在这个可能 可以把predict时候的batch_size调少,例如从per_gpu_eval_batch_size=512改成per_gpu_eval_batch_size=400

------------------ 原始邮件 ------------------ 发件人: "zhoujx4/DuReader-Checklist-BASELINE" @.>; 发送时间: 2021年5月4日(星期二) 晚上10:02 @.>; @.***>; 主题: [zhoujx4/DuReader-Checklist-BASELINE] predict时内存溢出 (#4)

您好,我在predict的时候总是内存溢出,机器的显存是32G,内存32G。 参数的设置是这样的: python predict.py --max_len=512 --model_name_or_path='/home/aistudio/pretrained_model/roberta-large-wwm' --per_gpu_eval_batch_size=512 --output_dir="./output" --fine_tuning_model='/home/aistudio/lic2021/output/best_model.pkl'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JeremySun1224 commented 3 years ago

嗯嗯好,谢谢您的回复,问题解决了,很开心😋