pixel-rnn-tensorflow
pixel-rnn-tensorflow copied to clipboard
tf.flags.FLAGS.__dict__['__flags'] does not work in Tensorflow 1.5 and has to be changed to tf.flags.FLAGS.flag_values_dict()
File: utils.py Function: get_model_dir
thanks~
Mind if I create a PR for this? T'would be my first Open Source contribution!