Jasonx0123
Jasonx0123
Thanks for your reply, I didn't change the version of pytorch. I add this code into train_amp.py and the problem was solved. parse.add_argument('--local_rank', defautle=-1, type=int, help='node rank for distributed training')
> Try to change '_C.LOSS.MULTI_HEAD_LAMBDA = None' to be '_C.LOSS.MULTI_HEAD_LAMBDA = False', works for me, good luck :-) thanks 发现是torch版本没对
> 博主大神,一直关注你的微博和视频学到现在,我复现了你的SSD—pytorch,训练了VOC2012数据集,但是怎么达不到你的模型效果,什么参数都没改,结果却不理想。Epoch=150,loss=1.4+0.25左右,哪些参数需要调整吗?真诚希望得到你的指导!多谢! 请问解决了嘛?亲 我的也是达不到作者给的结果

我在利用elvatulate.m验证的时候,发现SSIM指标为0,请问是哪里可能出问题呢?
Hi,@devsergioraar ,I got the same problem. Did you solve this problem?
Is the author's code open source?