Skip to content

Conversation

rafaporci
Copy link

While experimenting ABELE explainer I found this potential issue in the ImageGeneticAdversarialGeneratorLatent generator. After the generation balancing made by the _balance_neigh method, in the attempt to adjust the Z array type, this line overrides it with the former array (before balancing). It creates problems when the balance _balance_neigh adds new samples to balance the generation.

I believe this line would only make sense with the line # lZ_img, Z_img, Yb = self._fix_neigh(lZ_img, Z_img, Yb, class_value) uncommented.

What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant