Hongshi

Results 1 issues of Hongshi

@toandaominh1997 Hi, thanks for your Great work. I have tried to convert efficientdet-b0.pth to onnx model, and my code is follow : ``` def to_onnx(checkpoint_name,save_onnx_name='efficientdet.onnx', size_image=(512, 512)): from torch.autograd import...