Christian Bartz
Christian Bartz
Hi, this is indeed very odd. Could you provide me with the exact error?
I see you are using anaconda. This could be the problem because according to the [Kornia release notes](https://github.com/kornia/kornia/releases/tag/v0.3.1) it should support Python 3.8. If it really does not work, you...
Hi, using our code, you can also do style mixing. However, you unfortunately used the wrong script for this. `file_based_simple_style_transfer.py` can be used to perform real neural style transfer as...
Your changes look good so far. Right now, you are running into a fundamental problem with our approach. If you train an autoencoder without any special care, the latent code...