您好,我用的是faster_rcnn_inception_resnet_v2模型,我修改了配置文件https://github.com/niceyang123/program/blob/master/faster_rcnn_inception_resnet_v2_atrous_coco.config的中32行的activation,但是在训练到350-450之间时,有几百或几十的数出现,但在450loss值就一直是很大的数,训练日志如下:
https://github.com/niceyang123/program/blob/master/lxd.log
后来我又修改其他参数(如:89行的optimizer,114行的 use_moving_average: true)都出现的上述情况,请问您有何高见?谢谢啦。
您好,我用的是faster_rcnn_inception_resnet_v2模型,我修改了配置文件https://github.com/niceyang123/program/blob/master/faster_rcnn_inception_resnet_v2_atrous_coco.config的中32行的activation,但是在训练到350-450之间时,有几百或几十的数出现,但在450loss值就一直是很大的数,训练日志如下:
https://github.com/niceyang123/program/blob/master/lxd.log
后来我又修改其他参数(如:89行的optimizer,114行的 use_moving_average: true)都出现的上述情况,请问您有何高见?谢谢啦。