sklin93

Results 3 comments of sklin93

Hi @rykov8, Thanks so much for your work! I am trying to train SSD on MS-COCO dataset. I created the ground truth according to your gt file format, and the...

Hi @oarriaga, Exactly! Solved, thank you!!

I think it's just the same as conv2d as it has a 2d kernel. I was also very confused here so checked the pytorch source code, From https://github.com/pytorch/pytorch/blob/eebd492dcfb8d4152a5ba4240486f3df5aaf112d/torch/nn/modules/conv.py#L247 to https://github.com/pytorch/pytorch/blob/eebd492dcfb8d4152a5ba4240486f3df5aaf112d/torch/nn/modules/conv.py#L77,...