Skip to content

issues Search Results · repo:LynnHo/DCGAN-LSGAN-WGAN-GP-DRAGAN-Tensorflow-2 language:Python

Filter by

19 results
 (95 ms)

19 results

inLynnHo/DCGAN-LSGAN-WGAN-GP-DRAGAN-Tensorflow-2 (press backspace or delete to remove)

Hi, - Your work is really interesting. But I have found there is a problem for your DCGAN that I didn t understand. You generate noise twice when train discriminator and generator for each iteration, like ...
  • RayGuo-C
  • 1
  • Opened 
    on Sep 23, 2021
  • #19

Traceback (most recent call last): File D:/github/DCGAN-LSGAN-WGAN-GP-DRAGAN-Tensorflow-2-master/DCGAN-LSGAN-WGAN-GP-DRAGAN-Tensorflow-2-master/train.py , line 91, in module G = module.ConvGenerator(input_shape=(1, ...
  • Tonyztj
  • Opened 
    on May 3, 2021
  • #18

I am getting this error while running train.py TypeError: Input filename of ReadFile Op has type float32 that does not match expected type of string. Please help with this. Thanks in advance
  • yksolanki9
  • 2
  • Opened 
    on Dec 16, 2020
  • #17

First, Thanks for good works. Your code is very awesome! I run this code, and get quite good quality synthesis images without any preprocessing. But, i want to add feature vector in dataset. So, i extract ...
  • yw0nam
  • 1
  • Opened 
    on May 18, 2020
  • #16

I have updated the code from TensorFlow 2.0-alpha to TensorFlow 2.0, everything works well except for WGAN-GP (it works in tf2.0-alpha). In tf2.0, The gradient penalty seems very unstable, but I cannot ...
help wanted
  • LynnHo
  • 3
  • Opened 
    on Nov 22, 2019
  • #15

Hi! cartoon faces original size is [96, 96, 3],the number 3 means 3 channel RGB data. But if I have grayscale data with 3 slices, i.e the size is [121,145,3], Can I simply use this code? If not, what ...
  • KakaVlasic
  • 3
  • Opened 
    on Jun 17, 2019
  • #14

hello,When I run train_mnist_wgan_gp.py, I encounter the following situation: [] Loading checkpoint... [] No suitable checkpoint! [*] Close main session! Could you help me see what happened and how to ...
  • birchmi
  • 1
  • Opened 
    on May 22, 2019
  • #13

Hello,can your code only generate 64×64 images? Can I generate an image of the specified size? For example: 256 × 256, if you can, what parameters need to be modified?thank you!
  • lixingbao
  • 6
  • Opened 
    on Mar 2, 2019
  • #12

Hello, when the code runs, the memory is full. What happened? My python version is 3.6, tensorflow version is 1.11, my GPU is 1080ti, thanks! the error is as follow: An error ocurred while starting the ...
  • lixingbao
  • 9
  • Opened 
    on Jan 2, 2019
  • #11

c_iter is defined but not used in all of the WGAN files. What is the correct behaviour? i.e should the critic be optimised heavily initially or not? Also, can you confirm that you use a learning rate ...
  • davidADSP
  • 3
  • Opened 
    on Dec 8, 2018
  • #10
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub