Junhao Chen
Junhao Chen
我在本地的主机上已经使用过这个模型了,我把这个模型的文件夹整个放到了.paddlehub/modules下(好像是,反正是对应的路径下),结果用的时候还是显示要连接服务器
> p 找到问题了,要把chinese_text_detection_db_server模型也一起放到那个文件夹下面
> 1. 训练还是预测 2. paddle和ppdet版本 3. 自己的数据还是COCO 训练的时候,在ppdet.metrics.metrics里面报错的 paddle是2.2.1.post101 ppdet是2.1 自己的数据集,大概有600个样本。
# do DPO preference-based training name: ipo # the temperature parameter for DPO; lower values mean we care less about # the reference model beta: ??? # the noise parameter...