python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Training a ProGAN : ValueError: Data cardinality is ambiguous (tensorflow/keras)
I am new on stackoverflow.
I am trying to use a ProGAN notebook from Soon Yau Cheong. I am trying to understand everything line by line then make it work with my own project.
Notebook is here : https...
Amaury
Votes: 0
Answers: 1
How can generator get input noise z?
Hi I'm looking this GAN implementation code. code here
My question is generator class has no input parameter when defining class Generator(#38 from the link)
But when training, generator gets input z(...
donjun
Votes: 0
Answers: 1
How to load GAN checkpoint properly in PyTorch?
I trained a GAN on 256x256 images, basically extending the code in PyTorch' own DCGAN tutorial to accommodate larger resolution images. The model and optimizer initialization look like this:
device = ...

Saucy Goat
Votes: 0
Answers: 0
CTGAN for tabular data
I am using CTGAN for generating more data from my original data, but when I fit the data I receive a warning :
code
real_data = pd.read_csv('/content/data_gan.csv')
discrete_columns = [
'...
Eila
Votes: 0
Answers: 0