yunjey / domain-transfer-network

TensorFlow Implementation of Unsupervised Cross-Domain Image Generation
MIT License
861 stars 204 forks source link

could you please give me the preprocessed data of mnist #1

Closed wenhuazang closed 7 years ago

wenhuazang commented 7 years ago

Mnist images need to be replicated the grayscale image three times and reseize.could you please give me the preprocessed data of mnist, thank you!

stevenygd commented 7 years ago

I have a sniper of codes doing the job: https://github.com/stevenygd/domain-transfer-network-tensorflow/blob/master/make_mnist.py

wenhuazang commented 7 years ago

Good job! Thanks a lot. @stevenygd

yunjey commented 7 years ago

I've updated the code, you can download mnist dataset by running prepro.py