progressive_growing_of_gans_tensorflow icon indicating copy to clipboard operation
progressive_growing_of_gans_tensorflow copied to clipboard

Tensorflow implementation of PROGRESSIVE GROWING OF GANS FOR IMPROVED QUALITY, STABILITY, AND VARIATION

Results 16 progressive_growing_of_gans_tensorflow issues
Sort by recently updated
recently updated
newest added

E:\anacond\python.exe C:/Users/admin/Desktop/progressive_growing_of_gans_tensorflow/main.py Traceback (most recent call last): File "E:\anacond\lib\site-packages\absl\flags\_flag.py", line 166, in _parse return self.parser.parse(argument) File "E:\anacond\lib\site-packages\absl\flags\_argument_parser.py", line 152, in parse val = self.convert(argument) File "E:\anacond\lib\site-packages\absl\flags\_argument_parser.py", line 268, in convert...

Traceback (most recent call last): File "main.py", line 34, in File "E:\pythonproject\lib\site-packages\h5py\_hl\files.py", line 142, in make_fid fid = h5f.open(name, flags, fapl=fapl ) File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py\_objects.pyx",...

Dear Authors, Thanks for releasing the codes. Will it be possible to release the pre-trained weights for CelebA at 64x64 and 128x128 resolution. It will be really helpful for me...

Hi, I clone your code and has many prombles while running The error info is: Traceback (most recent call last): File "main.py", line 58, in pggan.train() File "D:\code_hj\progressive_growing_of_gans_tensorflow-master\progressive_gro wing_of_gans_tensorflow-master\PGGAN.py", line...

Hi, I have 2 questions,please explain,thank you 1、 In your article,you just tell how to train. I want to know how to test after training is completed 2、How to evaluate...

hello, I don't understand what you're result, Input side face map, output positive face map?

my tensorflow version is 1.3 and i clone your lastest code and has many prombles while running however ,there is no any problems about your code before

Do you have any plans for progressive growing of conditional gans, whose input will be image, and then we pass it through an encoder and we can regard it as...

![1200_real](https://user-images.githubusercontent.com/36034278/35934656-6f6d468a-0c3e-11e8-875f-2b24e15d5b3d.png) ![1600_real](https://user-images.githubusercontent.com/36034278/35934668-7870d3fa-0c3e-11e8-82ae-5e528d3ec503.png) For some reason, I am able to see only a part of the faces using your code. Any idea how I can fix this? Thanks in advance.