File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ """
2
+ This example follows the experimental settings of the Camelyon17 experiments in the ICLR 2024 paper,
3
+ "Differentially Private Synthetic Data via Foundation Model APIs 1: Images" (https://arxiv.org/abs/2305.15560).
4
+
5
+ For detailed information about parameters and APIs, please consult the documentation of the Private Evolution library:
6
+ https://microsoft.github.io/DPSDA/.
7
+ """
8
+
1
9
from pe .data .image import Camelyon17
2
10
from pe .logging import setup_logging
3
11
from pe .runner import PE
Original file line number Diff line number Diff line change
1
+ """
2
+ This example follows the experimental settings of the Cat Cookie and Cat Doudo experiments in the ICLR 2024 paper,
3
+ "Differentially Private Synthetic Data via Foundation Model APIs 1: Images" (https://arxiv.org/abs/2305.15560).
4
+
5
+ For detailed information about parameters and APIs, please consult the documentation of the Private Evolution library:
6
+ https://microsoft.github.io/DPSDA/.
7
+ """
8
+
1
9
from pe .data .image import Cat
2
10
from pe .logging import setup_logging
3
11
from pe .runner import PE
Original file line number Diff line number Diff line change
1
+ """
2
+ This example follows the experimental settings of the CIFAR10 experiments in the ICLR 2024 paper,
3
+ "Differentially Private Synthetic Data via Foundation Model APIs 1: Images" (https://arxiv.org/abs/2305.15560).
4
+
5
+ For detailed information about parameters and APIs, please consult the documentation of the Private Evolution library:
6
+ https://microsoft.github.io/DPSDA/.
7
+ """
8
+
1
9
from pe .data .image import Cifar10
2
10
from pe .logging import setup_logging
3
11
from pe .runner import PE
You can’t perform that action at this time.
0 commit comments