-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问为什么每轮都要 save model 和 Initialize indexs of datasets?有没有配置可以关掉的? #13910
Labels
Comments
这应该是bug |
用的是哪个版本的paddleocr呀 |
paddleocr2.8.0 |
This issue is stale because it has been open for 90 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🔎 Search before asking
🐛 Bug (问题描述)
🏃♂️ Environment (运行环境)
ubuntu24.2
🌰 Minimal Reproducible Example (最小可复现问题的Demo)
运行命令
python -m paddle.distributed.launch --gpus 0,1 tools/train.py -c /opt/PaddleOCR/configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_student.yml -o \ Global.pretrained_model=/opt/PaddleOCR/pretrain_models/ch_PP-OCRv3_det_distill_train/student.pdparams \ Global.save_model_dir=/opt/PaddleOCR/output/train/det \ Global.epoch_num=300 \ Global.eval_batch_step="[0, 772]" \ Global.save_epoch_step=10000 \ Optimizer.lr.name=Const \ Optimizer.lr.learning_rate=0.0005 \ Optimizer.lr.warmup_epoch=0 \ Train.dataset.data_dir=/opt/PaddleOCR/train_data \ Train.dataset.label_file_list="[/opt/PaddleOCR/train_data/2024092501/det/train.txt, /opt/PaddleOCR/train_data/2024092502/det/train.txt]" \ Train.dataset.ratio_list="[0.5, 0.5]" \ Train.loader.batch_size_per_card=16 \ Train.loader.num_workers=8 \ Eval.dataset.data_dir=/opt/PaddleOCR/train_data \ Eval.dataset.label_file_list="[/opt/PaddleOCR/train_data/2024092501/det/test.txt, /opt/PaddleOCR/train_data/2024092502/det/test.txt]" \ Eval.loader.batch_size_per_card=16 \ Eval.loader.num_workers=8
The text was updated successfully, but these errors were encountered: