You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
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).The text was updated successfully, but these errors were encountered: