Brain-tumor-detection-in-3D-MRIs-using-DCGAN
                                
                                
                                
                                    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)
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?