CycleGAN-Tensorflow
CycleGAN-Tensorflow copied to clipboard
A Tensorflow implementation of Cycle-Consistent Adversarial Networks.
when i try to use batch size greater than 1 i am getting error as follows image_a = np.stack(data_A[iter*self._batch_size:(iter+1)*self._batch_size]) File "/volume/software/common/foreign_packages/NumPy/1.14.5/osl42-x86_64/lib/python2.7/site-packages/numpy/core/shape_base.py", line 349, in stack raise ValueError('need at least one...
I've trained a model and it gives nice results, but I'm having an issue running it again to generate some images. I've put the images in the test folder and...