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.04k forks source link

Add support for MacOS? #30

Closed sfoley-gpqa closed 5 years ago

sfoley-gpqa commented 5 years ago

After installing tensorflow and running

python3 main.py --dataset selfie2anime

I'm getting the following error on MacOS (10.14.5)

TypeError: Input 'filename' of 'ReadFile' Op has type float32 that does not match expected type of string.

wangshisheng commented 5 years ago

I think this error may be not caused by OS, I use Windows 7, it gives me the same error...

heart4lor commented 5 years ago

selfie2anime dataset doesn't included in this repo currently, see #6 , your error may caused by this.

taki0112 commented 5 years ago

It also works on MacOS. But without the gpu, it would be slow.