affinelayer / pix2pix-tensorflow

Tensorflow port of Image-to-Image Translation with Conditional Adversarial Nets https://phillipi.github.io/pix2pix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Models cannot be tested or exported if separavle_conv is True

tushuhei opened this issue · comments

Testing and exporting does not work when separable_conv option is activated. I'm seeing NotFoundError because appropriate variables are not found in the graph. This is caused because "separable_conv" property in options.json is not reflected.