dcgan-completion.tensorflow
dcgan-completion.tensorflow copied to clipboard
Fix 64x64 completions using saved checkpoint
When I check out the current head, and run ./complete.py x.png, it fails, and has done since 61c129b22981028a2d18c590e208d0bbe192c4c9. Here is a patch to fix that.
I'll add some detailed comments to my patch below, and would ideally like @md5wasp to confirm that this still works for his different image sizes.
I had the same problem. These modifications were helpful for loading my own saved checkpoint.
@md5wasp - do you have any comments?