Adversarial_Autoencoder icon indicating copy to clipboard operation
Adversarial_Autoencoder copied to clipboard

minor: create filenames not supported by Windows

Open steveseguin opened this issue 6 years ago • 0 comments

The returned datetime was not supported by Windows. I replaced the line with folder_name = "\\{0}_{1}_{2}_{3}_{4}_{5}_autoencoder".format(int(time.time()), z_dim, learning_rate, batch_size, n_epochs, beta1) as well as just changing the import from datetime to time.

https://github.com/Naresh1318/Adversarial_Autoencoder/blob/0635b1e173b642245be611de5880b38abb88f22a/autoencoder.py#L63

steveseguin avatar May 28 '19 04:05 steveseguin