Open TinyQi opened 6 months ago
一般使用训练数据数据就可以,另外请问下压缩方法使用的是什么?
一般使用训练数据数据就可以,另外请问下压缩方法使用的是什么?
我用我自己的训练集,大概只有1000张左右,压缩之后模型的精度很差。 前几个iter的时候还至少有一点精度的,如下图 到后面就变成这样了
一般使用训练数据数据就可以,另外请问下压缩方法使用的是什么?
我使用的压缩方法我也不太清楚,就是按照你们的文档,简单修改了数据集和模型的地址,学习率我也按照batch_size和GPU卡数进行了调整。下面是我的配置文件,麻烦您看看是不是有什么问题: Global: model_type: det model_dir: /share/disk3/xcq/02.model_cache/pretrain_models/ch_PP-OCRv4_server_det_guding_shuru_1_output_bak/
model_filename: inference.pdmodel params_filename: inference.pdiparams algorithm: DB
Distillation: alpha: 1.0 loss: l2
QuantAware: use_pact: true activation_bits: 8 is_full_quantize: false onnx_format: True activation_quantize_type: moving_average_abs_max weight_quantize_type: channel_wise_abs_max not_quant_pattern:
TrainConfig: epochs: 5 eval_iter: 200 learning_rate: type: CosineAnnealingDecay learning_rate: 0.00000625 optimizer_builder: optimizer: type: Adam weight_decay: 5.0e-05
PostProcess: name: DBPostProcess thresh: 0.3 box_thresh: 0.6 max_candidates: 1000 unclip_ratio: 1.5
Metric: name: DetMetric main_indicator: hmean
Train: dataset: name: SimpleDataSet data_dir: / label_file_list:
Eval: dataset: name: SimpleDataSet data_dir: / label_file_list:
image_shape: [960,960] keep_ratio: false
另外有3个情况跟您反映一下,可能可以方便您排查问题。
望有助您排查问题。
量化训练脚本为:PaddleSlim/example/auto_compression/ocr/run.py
请问下V4模型是什么模型,具体我怎么拿到模型?
我也遇到一样的问题
请问,压缩V4检测 server模型,需要使用什么数据集?
我使用自有的数据,验证精度不佳。我想请问我可以使用什么数据集进行验证,能尽可能保持模型的精度呢?