You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
paddle2onnx 1.2.8
paddledet 0.0.0
paddlefsl 1.1.0
paddlelabel 1.0.1
paddlenlp 3.0.0b1
paddleocr 2.8.1
paddlepaddle-gpu 3.0.0b1
软件环境
重复问题
错误描述
稳定复现步骤 & 代码
python -m paddle.distributed.launch --gpus=0,2,3 finetune.py --device gpu --logging_steps 5 --save_steps 25 --eval_steps 25 --seed 42 --model_name_or_path uie-x-base --output_dir ./checkpoint/model1213 --train_path data_1213/train.txt --dev_path data_1213/dev.txt --max_seq_len 512 --per_device_train_batch_size 1 --per_device_eval_batch_size 4 --num_train_epochs 10 --learning_rate 1e-5 --do_train --do_eval --do_export --export_model_dir ./checkpoint/model1213 --overwrite_output_dir --disable_tqdm True --metric_for_best_model eval_f1 --load_best_model_at_end True --save_total_limit 1 --fp16 --gradient_accumulation_steps 2
报错:
The text was updated successfully, but these errors were encountered: