Open chadmeby opened 5 years ago
@chadmeby Can you post here the parameters of your POST
request to /children
?
I tried updating the pretrained network to the 512 version and it works like a charm on my side.
hi there! i tried to upscale too without success, please pskl can you provide some clue on what to do for ? i just changed the pretrained link (module path) and the sample cliping : ims = np.clip(((ims + 1) / 2.0) * 512, 0, 511) but after restarting , ganbreeder server has error code 500
Not at all understanding the internals, but tried replacing:
https://tfhub.dev/deepmind/biggan-256/2
with:
https://tfhub.dev/deepmind/biggan-512/2
on a local Windows10 install, I see this;