yenchenlin / pix2pix-tensorflow

TensorFlow implementation of "Image-to-Image Translation Using Conditional Adversarial Networks".
MIT License
939 stars 300 forks source link

val/test mixup #13

Open eyaler opened 7 years ago

eyaler commented 7 years ago

both sampling and testing are done on the val/ folder the test/ folder is never used also not sure why we need to sample from a separate val folder as this is never used.