Brain-tumor-detection-in-3D-MRIs-using-DCGAN icon indicating copy to clipboard operation
Brain-tumor-detection-in-3D-MRIs-using-DCGAN copied to clipboard

the z_dim in function model_inputs(image_width, image_height, image_channels, z_dim)

Open ISPZ opened this issue 6 years ago • 0 comments

Thank you share your code! when I run the code, I find the z_dim is the generator's input. but as your README show, the generator's input is the Filar Image. I don't know why set the z_dim = 748 before training the model?

ISPZ avatar Jul 26 '19 01:07 ISPZ