affinelayer / pix2pix-tensorflow

Tensorflow port of Image-to-Image Translation with Conditional Adversarial Nets https://phillipi.github.io/pix2pix/
MIT License
5.07k stars 1.3k forks source link

scripts adjusted to run under newer versions of tensorflow #201

Open CaiNowicki opened 3 years ago

CaiNowicki commented 3 years ago

These are the same scripts but with all of the commands adjusted to run with the tf.compat.v1 adjustment to the function calls, and the ignore_v2_behavior flag, so they run with tensorflow 2.0+. They also account for the resize_images -> resize change.