Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
8cca18b0
Commit
8cca18b0
authored
Nov 01, 2016
by
Xin Pan
Committed by
GitHub
Nov 01, 2016
Browse files
Merge pull request #605 from npapernot/master
privacy-preserving model
parents
0dea688a
d23fdb58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
privacy/README.md
privacy/README.md
+18
-1
No files found.
privacy/README.md
View file @
8cca18b0
...
@@ -85,8 +85,25 @@ python analysis.py --counts_file=mnist_250_teachers_labels.npy --indices_file=mn
...
@@ -85,8 +85,25 @@ python analysis.py --counts_file=mnist_250_teachers_labels.npy --indices_file=mn
python analysis.py --counts_file=svhn_250_teachers_labels.npy --max_examples=1000 --delta=1e-6
python analysis.py --counts_file=svhn_250_teachers_labels.npy --max_examples=1000 --delta=1e-6
```
```
To expedite experimentation with the privacy analysis of student training,
the
`analysis.py`
file is configured to download the labels produced by 250
teacher models, for MNIST and SVHN when running the two commands included
above. These 250 teacher models were trained using the following command lines,
where
`XXX`
takes values between
`0`
and
`249`
:
```
python train_teachers.py --nb_teachers=250 --teacher_id=XXX --dataset=mnist
python train_teachers.py --nb_teachers=250 --teacher_id=XXX --dataset=svhn
```
Note that these labels may also be used in lieu of function
`ensemble_preds`
in
`train_student.py`
, to compare the performance of alternative student model
architectures and learning techniques. This facilitates future work, by
removing the need for training the MNIST and SVHN teacher ensembles when
proposing new student training approaches.
## Contact
## Contact
To ask questions, please email
`nicolas@papernot.fr`
or open an issue on
To ask questions, please email
`nicolas@papernot.fr`
or open an issue on
the
`tensorflow/models`
issues tracker. Please assign issues to
the
`tensorflow/models`
issues tracker. Please assign issues to
[
(
@npapernot
)
](
https://github.com/npapernot
)
.
[
@npapernot
](
https://github.com/npapernot
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment