-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synthetic Image #11
Comments
Technically, yes you could. But there is no guarantee that the outcome will be high-quality images. Best, |
Would you please guide me , what should we exactly put for model_file to generate synthetic records, using the following command? or more explanation about what is model file and what is it doing? |
In order to generate synthetic records, you need to train a medGAN model first. |
Thank you so much, But would you please clarify more what are model parameters that are saved? In other words by substituting model_file with any of the files path to that trained medGAN model, we would get (Generate) different synthetic EHR's? Thanks again |
medGAN will save 1,000 models because it is implemented to save the learned parameters after every epoch, and the default n_epoch is 1000. |
Hi, |
As I said above, minibatch averaging assumes the data is tabular. So unless you are dealing with very static images (i.e. the human face is always located at the center), minibatch averaging won’t be effective for images. |
Hi, Can we generate synthetic image data using GAN? If yes, could you please provide the steps.
The text was updated successfully, but these errors were encountered: