eridgd / AdaIN-TF

TensorFlow/Keras implementation of "Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization" https://arxiv.org/abs/1703.06868
MIT License
54 stars 17 forks source link

Visualize transfer during traning? #5

Closed CJHFUTURE closed 6 years ago

CJHFUTURE commented 6 years ago

Hi, just wondering if it's possible to view the visual transfers as it progresses through training? Not sure how this is done in tensorflow but in the original torch implementation you can view the training images . Any ideas? Cheers

eridgd commented 6 years ago

Sample images are written to tensorboard during training, to see this:

tensorboard --logdir /path/to/checkpointdir

Then open http://localhost:6006