Replies: 8 comments
-
数据量有多少呢 |
Beta Was this translation helpful? Give feedback.
-
就是官方的数据集,ICDAR2015,1000训练500验证。 |
Beta Was this translation helpful? Give feedback.
-
几卡训练的呢,官方配置是4卡训练的,如果本地单卡训练需要减少学习率为原来的1/4 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
我是微调训练v4 server版,指标也差不多只有30多,比微调前指标还低,可能v4不好训练 |
Beta Was this translation helpful? Give feedback.
-
loss是多少啊?我这边训练会发现loss在10以下一点,但是普通训练server或者普通的loss是正常的0.几左右,用蒸馏loss高的离谱 |
Beta Was this translation helpful? Give feedback.
-
V4预训练数据量大,确实不太容易微调哈,另外建议微调是时候学习率尽量小一些 |
Beta Was this translation helpful? Give feedback.
-
您好,请问用的哪个分支呢? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🔎 Search before asking
🐛 Bug (问题描述)
使用ch_PP-OCRv4_det_cml.yml知识蒸馏训练,数据集和配置文件都和官方的一样,但是训练准确率和召回率很低,最高只有30%,是什么原因呢?
配置文件:
🏃♂️ Environment (运行环境)
python 3.8
paddlepaddle-gpu 2.5.2
🌰 Minimal Reproducible Example (最小可复现问题的Demo)
python tools/train.py -c configs/det/ch_PP-OCRv4_det_cml.yml
Beta Was this translation helpful? Give feedback.
All reactions