sttzr

Results 3 comments of sttzr

Same issue here on Ubuntu 22.04. At least the workaround by @Lucki helps.

Setting `PacConv2d(..., native_impl=True)` resolves this issue for me. This uses a different implementation which is "[using only standard pytorch layers/operations](https://github.com/NVlabs/pacnet/issues/22#issuecomment-676567702)" and those already support autograd/autocast. It might have a bit...

The underlying library for image size detection seems to be npm `image-size`. That library supports the `.avif`-format and returns the correct result if applied to my image like `npx image-size...