Explaining-In-Style-Reproducibility-Study
                                
                                 Explaining-In-Style-Reproducibility-Study copied to clipboard
                                
                                    Explaining-In-Style-Reproducibility-Study copied to clipboard
                            
                            
                            
                        Re-implementation of the StylEx paper, training a GAN to explain a classifier in StyleSpace, paper by Lang et al. (2021).
Hi, During the GAN training I'm facing an issue. The KL divergence loss between real image logits and fake image logits turns out to be NaN after a a couple...
Hello, Thank you for this implementation. I have several quetions: - I am trying to train stylex on BDD dataset (driving scenes) and i was wondering what is the difference...
Hello, I am trying to train a resnet classifier using your code, but the ACC that I am getting is about 0.58. Could you report the ACC that you got?...
The LPIPS models seem to get reloaded every 777 timesteps, as if all the globals are then reloaded for some reason. Might be fixed if we place these LPIPS loss...