'StyleGAN2 ADA – neighbors generated at wrong position?

I have struggles with the generate.py generate-neighbors function in StyleGAN2 ADA creating neighbors for the wrong seed. I'll attach an image to illustrate the problem.

seed and neighbors comparison

As you can see the neighbors are very similar to each other, because the diameter is set fairly low ( 0.05 ). However they differ from the seed quite a lot. They are still in the same neighborhood, but it seems like the vector from which the neighbors are generated is slightly offset from the chosen seed. The same error occurs with every network I tested.

Have you experienced this as well? Is there a quick fix?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source