taki0112 / UGATIT

Official Tensorflow implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation (ICLR 2020)
MIT License
6.17k stars 1.05k forks source link

I tried the train , but "Failed to find a checkpoint". #97

Closed click-stack closed 3 years ago

click-stack commented 3 years ago

I tried the train using the test dataset , but "Failed to find a checkpoint". (in google colaboratory , tensorflow1.14.0) How can I solve this problem?

!python main.py --dataset train --phase train ... [] Reading checkpoints... [] Failed to find a checkpoint [!] Load failed... ^C result_images

Anku5hk commented 3 years ago

Having same issue, i am getting 'Killed' after 'Load Failed' did you solved it ?

Anku5hk commented 3 years ago

Okay the fix is to set --light True.

click-stack commented 3 years ago

I tried the method you said and the learning went well! Thank you!