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

Hardcoded domain adaptation classifier in MUNIT/SPADE #125

Open
51N84D opened this issue Apr 10, 2020 · 4 comments
Open

Hardcoded domain adaptation classifier in MUNIT/SPADE #125

51N84D opened this issue Apr 10, 2020 · 4 comments
Labels
bug Something isn't working domain:ml

Comments

@51N84D
Copy link
Member

51N84D commented Apr 10, 2020

The domain adaptation classifier in the MUNIT/SPADE codebases (in "utils.py") doesn't work with arbitrary latent vectors.

For example, changing the number of downsampling layers breaks the code

@51N84D
Copy link
Member Author

51N84D commented Apr 10, 2020

Temporary solution is modifying the architecture when changing the number of downsampling layers

@sashavor
Copy link
Contributor

sashavor commented Apr 10, 2020 via email

@sashavor
Copy link
Contributor

sashavor commented Apr 10, 2020 via email

@vict0rsch vict0rsch added the bug Something isn't working label Apr 11, 2020
@vict0rsch
Copy link
Contributor

Some libraries forward 1 sample through networks to make this kind of decision. So one solution would be to give a sample to the networks creation procedure and infer the proper shapes given the sample and the config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working domain:ml
Projects
None yet
Development

No branches or pull requests

3 participants