dp_cgans icon indicating copy to clipboard operation
dp_cgans copied to clipboard

A library to generate synthetic tabular or RDF data using Conditional Generative Adversary Networks (GANs) combined with Differential Privacy techniques.

Results 8 dp_cgans issues
Sort by recently updated
recently updated
newest added

Hello, I read your paper on DP_CGAN and installed DP_CGAN on pytorch. But I got an error when I ran the code example you gave me. I would like to...

As we set the private = True, in your source code it only calculates the privacy budget. How can we control the privacy budget? By adding a if statement?

HI i'm try to train a base model, but seems does't works with GPU?..is very slow and no output from (verbose =True)... any idea? Thanks

Hi, When I run: poetry run dp-cgans gen --gen-size=103463 '/content/drive/MyDrive/cps_ctgan.csv' I get: Model instantiated, fitting... /content/dp_cgans/.venv/lib/python3.9/site-packages/sklearn/mixture/_base.py:286: ConvergenceWarning: Initialization 5 did not converge. Try different init parameters, or increase max_iter, tol...

Hi, i was wondering if you could release the weights to the pretrained models for the 3 UCI datasets in the paper with the different privacy budgets 0.1, 1, 10,...

Includes a sub-section in the README to run Onto-CGANS

Hi i just want to ask about an issue, i generated a 200 rows data from 200 rows original data i got the following result about a 'capital-gain' column Original:...

When sampling, there seems to be an issue while transforming the recovered data. ```{ "name": "TypeError", "message": "cannot safely cast non-equivalent object to int64", "stack": "--------------------------------------------------------------------------- TypeError Traceback (most recent...