multimodal_transfer
multimodal_transfer copied to clipboard
Exception loading graph
Hi wanted to try this algorithm to see results on large images.
Running into the following exception when loading the graph:
ValueError: Tensor("Placeholder:0", shape=(1, 1200, 630, 3), dtype=float32) must be from the same graph as name: "style_subnet/Shape_1"
i also face this problem, do you resolve it
No I gave up.
AR
On Sun, Feb 11, 2018 at 7:26 AM, suke27 [email protected] wrote:
i also face this problem, do you resolve it
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fullfanta/multimodal_transfer/issues/1#issuecomment-364726186, or mute the thread https://github.com/notifications/unsubscribe-auth/AAxd4NIljG3QWsSI23pCpx3ubXOyKUVOks5tTogcgaJpZM4OJcdu .
Fix it by changing tensorflow version from 1.4.1 to 1.0.1
+1 same problem
@alain40 I found the solution. reference: https://stackoverflow.com/questions/42616625/valueerror-tensor-must-be-from-the-same-graph-as-tensor-with-bidirectinal-rnn-i
I am unable to load the model (from train.py) in stylize.py. Can anybody help me?