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

[BUG] - Restorer does not work with GANs conditioned #57

Open
EmanueleGhelfi opened this issue Mar 30, 2020 · 0 comments · May be fixed by #56
Open

[BUG] - Restorer does not work with GANs conditioned #57

EmanueleGhelfi opened this issue Mar 30, 2020 · 0 comments · May be fixed by #56
Assignees
Labels
bug Something isn't working

Comments

@EmanueleGhelfi
Copy link
Contributor

Describe the bug
Run examples/gans/facades.py, stop the training after some time and then try to restart the training. You get an error due to the fact that the discriminator expects a list of two tensors.

Expected behavior
The training should restart with models restored correctly.

Code to reproduce the issue
Simply run examples/gans/facades.py.

Other info / logs
Inside build_and_restore we should check the size of discriminator inputs (and also the size of generator inputs).

@EmanueleGhelfi EmanueleGhelfi linked a pull request Apr 1, 2020 that will close this issue
12 tasks
@mr-ubik mr-ubik added the bug Something isn't working label Apr 7, 2020
@mr-ubik mr-ubik changed the title [BUG/PERFORMANCE] - Restorer does not work with GANs conditioned [BUG] - Restorer does not work with GANs conditioned Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants