Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metrics all over the place in GAN implementations #73

Open
ibro45 opened this issue Mar 14, 2021 · 1 comment
Open

metrics all over the place in GAN implementations #73

ibro45 opened this issue Mar 14, 2021 · 1 comment

Comments

@ibro45
Copy link
Collaborator

ibro45 commented Mar 14, 2021

see if it can be improved so that is general and that it is a single call, preferably in BaseGAN, and takes care if it's a cycle-consistency model or not and so on.

rn the problem is that the calculation of metrics is located in different places in GANs (see CycleGAN, RevGAN), which makes it not very readable and a pain to remember and place properly in new GAN implementations.

@ibro45
Copy link
Collaborator Author

ibro45 commented Apr 4, 2021

@surajpaib any ideas on this?

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

No branches or pull requests

1 participant