Justin-Tan / generative-compression

TensorFlow Implementation of Generative Adversarial Networks for Extreme Learned Image Compression
MIT License
510 stars 108 forks source link

Failed to create a directory #34

Open do-not-stop opened 4 years ago

do-not-stop commented 4 years ago

File "D:\Code\python\Machine Learning\GAN\generative-compression\model.py", line 180, in init os.path.join(directories.tensorboard, '{}train{}'.format(name, time.strftime('%d-%m_%I:%M'))), graph=tf.get_default_graph())

tensorflow.python.framework.errors_impl.InvalidArgumentError: Failed to create a directory: /tensorboard/gan-train_train_22-11_11:25; Invalid argument

myqcxy commented 3 years ago

what os you use?