Puzer / stylegan-encoder

StyleGAN Encoder - converts real images to latent space
Other
1.07k stars 166 forks source link

Issue with session and api #27

Closed sandhyalaxmiK closed 4 years ago

sandhyalaxmiK commented 4 years ago

I have created an API to run this github. For the first client, everything is executing perfectly and giving good result. But for the second client on the same session giving error like ValueError: Tensor("Const:0", shape=(3,), dtype=float32) must be from the same graph as Tensor("strided_slice:0", shape=(1, 256, 256, 3), dtype=float32)

Trying to resolve the issue. Help me for this. Thanks & Regards, Sandhya

sandhyalaxmiK commented 4 years ago

solved the problem

robclouth commented 4 years ago

How did you solve it?

ramapinnimty commented 4 years ago

@sandhyalaxmiK Can you please tell how did you solve it?