PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.88k stars 2.9k forks source link

optimizer中优化器支持哪几种?只有默认的Momentum优化器是正常的。 #3380

Open weihongwei-zg opened 3 years ago

weihongwei-zg commented 3 years ago

optimizer中优化器支持哪几种?只有默认的Momentum优化器是正常的。将.yml配置文件中的优化器改成Adam会出现训练正常但评估过程“卡住”,不报错就一直卡在评估过程中。

yghstill commented 3 years ago

@wobushihuair 你训练的是ppyolo的模型吗?

weihongwei-zg commented 3 years ago

是的 ------------------ 原始邮件 ------------------ @.> 发送时间: 2021年6月14日(星期一) 晚上10:18 @.>; 抄送: "Wei @.**@.>; 主题: Re: [PaddlePaddle/PaddleDetection] optimizer中优化器支持哪几种?只有默认的Momentum优化器是正常的。 (#3380)

yghstill commented 3 years ago

@wobushihuair eval卡住是由于模型收敛有问题,nms耗时很严重,ppyolo模型收敛有问题已经在#3371 中修复,请拉取最新代码再尝试一下

weihongwei-zg commented 3 years ago

并未完全修复。优化器除了momentum,修复后sgd也是支持。但使用Adam,eval依然卡住------------------ 原始邮件 ------------------ @.> 发送时间: 2021年6月14日(星期一) 晚上10:43 @.>; 抄送: "Wei @.**@.>; 主题: Re: [PaddlePaddle/PaddleDetection] optimizer中优化器支持哪几种?只有默认的Momentum优化器是正常的。 (#3380)