Justin-Tan / generative-compression

TensorFlow Implementation of Generative Adversarial Networks for Extreme Learned Image Compression
MIT License
511 stars 108 forks source link

Train.py execution failure, system crash #9

Closed onlyraly closed 5 years ago

onlyraly commented 6 years ago

In train.py, while True has been executed and there is no exit statement. Can you add instructions in this part?

Justin-Tan commented 6 years ago

Can you post the full error message?

Justin-Tan commented 6 years ago

The exit condition is when Tensorflow's Dataset iterator reaches the end of epoch, it will throw an error which will be caught. Then summary statistics will be computed and printed.