Robin Lobel
Results
31
comments of
Robin Lobel
Ok, the trick was to replace instances of `padding="same"` with `padding=int(dilation * (kernel_size - 1) // 2)`. https://github.com/microsoft/onnxruntime/issues/20582#issuecomment-2099348543