hwalsuklee / tensorflow-fast-style-transfer

A simple, concise tensorflow implementation of fast style transfer
Apache License 2.0
245 stars 70 forks source link

Testing during training. #2

Closed Ataraxy closed 7 years ago

Ataraxy commented 7 years ago

It would be nice to automatically run a test image every X iterations during training (maybe off of CPU) to see progress as it's happening. I'll probably take a crack at it but I'm certain whatever I come up with won't be very elegant so thought I would mention it.

hwalsuklee commented 7 years ago

Thanks for your mention on it. I'm about to update codes including it in a few day

      1. 오전 12:29에 "Stephan Martelly" notifications@github.com님이 작성:

It would be nice to automatically run a test image every X iterations during training (maybe off of CPU) to see progress as it's happening. I'll probably take a crack at it but I'm certain whatever I come up with won't be very elegant so thought I would mention it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hwalsuklee/tensorflow-fast-style-transfer/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/ASkBqPvZJjn4yJdSC-gsAcY5sso8-gjbks5rewLfgaJpZM4MHdoE .

hwalsuklee commented 7 years ago

I implemented 'testing during training' function. Check updates ^^

Ataraxy commented 7 years ago

This works great thanks :)