Closed shubhamksingh1 closed 2 years ago
After running the training code:
cycle_gan = CycleGAN() cycle_gan.train(epochs=100, batch_size=64, sample_interval=10) Receiving Below Error
Found a workaround! Need to add: os.makedirs('images/%s' % self.dataset_name, exist_ok=True) inside sample_images() function.
After running the training code:
cycle_gan = CycleGAN() cycle_gan.train(epochs=100, batch_size=64, sample_interval=10) Receiving Below Error