stylegan3-fun
stylegan3-fun copied to clipboard
Fix custom ops bug for pytorch 1.12 and onwards
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