ZZUTK / Face-Aging-CAAE

Age Progression/Regression by Conditional Adversarial Autoencoder
636 stars 233 forks source link

in GPU, print cannot work #43

Open nalibjchn opened 5 years ago

nalibjchn commented 5 years ago

model = FaceAging( session, # TensorFlow session is_training=FLAGS.is_train, # flag for training or testing mode save_dir=FLAGS.savedir, # path to save checkpoints, samples, and summary dataset_name=FLAGS.dataset # name of the dataset in the folder ./data )

in the main.py, all the print commands dose not work in GPU. Colab can work. do you know why?