stylegan3-fun icon indicating copy to clipboard operation
stylegan3-fun copied to clipboard

Fix custom ops bug for pytorch 1.12 and onwards

Open whatsnewsisyphus opened this issue 1 year ago • 0 comments

The code does not work with any available stable version of pytorch, meaning it breaks with colab out of box. The fix is simple, you should pull it from the official repo since you are downstream from that, it's their latest commit

From: https://github.com/NVlabs/stylegan3/commit/c233a919a6faee6e36a316ddd4eddababad1adf9

Adapt to newer _jit_get_operation API that changed in pytorch/pytorch#76814

for #188, #193

whatsnewsisyphus avatar Feb 22 '24 21:02 whatsnewsisyphus