-
Notifications
You must be signed in to change notification settings - Fork 293
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
Generating model summary #277
Comments
Hi @9jaswag, nice to meet you and thanks for the kind words! Curious what kind of information you'd want to see in a summary? Is there a particular usage or project you have in mind? While there is no such summary available, you can sample synthetic data and then generate reports that compare the real vs. synthetic data. That should provide you some useful information to get started in evaluating the model. For more information, check out our SDMetrics library. You can find reports, metrics and visualizations. |
Thanks for your response @npatki. While tinkering with models in the past, I've been able to generate model summaries (e.g with keras |
Hi @9jaswag, I'm not as familiar with the Here are a few other things you can do:
|
@npatki here's a model summary sample I got from a quick Google search. I'll check out your |
Hi @9jaswag just curious, how are you using the Layer, Output Shape and Param # information for your project? |
Mostly to write up a descriptive summary of the model. Anyone who looks at it can get a general information about the model. Doing a quick search, I noticed there's an attempt to create something similar for pytorch |
@9jaswag Did it work? |
Environment details
If you are already running CTGAN, please indicate the following details about the environment in
which you are running it:
Problem description
First off, great job with what has been done on the CTGAN and TVAE models. I'd like to find out if it's currently possible to generate the model summary of a trained CTGANSynthesizer or TVAESynthesizer?
What I already tried
Tried looking at the docs, but couldn't find any mention of such.
The text was updated successfully, but these errors were encountered: