gan icon indicating copy to clipboard operation
gan copied to clipboard

Generate new images with Generative Adversarial Network and Tensorflow.

Results 6 gan issues
Sort by recently updated
recently updated
newest added

Can you please add a way to restore a previous model training? Currently if the script/computer is interrupted, you have to start the training over again. I tried to add...

I have no idea what this even means, I have slightly modified the file for it to work by using tips from the internet. The modification I have made is...

hi I try to train with 1100 image(126*126) and after run : 1- `python make_record.py --images-path=./data --record-path=./train.record` 2- `python gan_train.py` but console give me this error : ``` Traceback (most...

python make_record.py --images-path=./data --record-path=./train.record Traceback (most recent call last): File "make_record.py", line 20, in for img_path in os.listdir(images_path): OSError: [Errno 2] No such file or directory: './data'

File "", line 1, in runfile('C:/Users/abhis/Downloads/Programs/gan-master/gan_train.py', wdir='C:/Users/abhis/Downloads/Programs/gan-master') File "C:\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 705, in runfile execfile(filename, namespace) File "C:\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 102, in execfile exec(compile(f.read(), filename, 'exec'), namespace) File "C:/Users/abhis/Downloads/Programs/gan-master/gan_train.py", line 309, in...

Hi, I'm getting this error. ``` File "make_record.py", line 30, in record.write(img.tostring()) TypeError: write() argument must be str, not bytes ``` I have my digits folder (all bmp files with...