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
a0d771b6
Commit
a0d771b6
authored
Oct 26, 2017
by
Charles Reid
Browse files
A few more formatting fixes.
parent
284799f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
research/adversarial_crypto/README.md
research/adversarial_crypto/README.md
+5
-5
No files found.
research/adversarial_crypto/README.md
View file @
a0d771b6
...
@@ -16,16 +16,16 @@ Cryptography"](https://arxiv.org/abs/1610.06918).
...
@@ -16,16 +16,16 @@ Cryptography"](https://arxiv.org/abs/1610.06918).
> encryption and decryption, and also how to apply these operations
> encryption and decryption, and also how to apply these operations
> selectively in order to meet confidentiality goals.
> selectively in order to meet confidentiality goals.
This code allows you to train
an
encoder/decoder/adversary triplet
This code allows you to train encoder/decoder/adversary
network
triplet
s
and evaluate their effectiveness on randomly generated input and key
and evaluate their effectiveness on randomly generated input and key
pairs.
pairs.
## Prerequisites
## Prerequisites
The only software requirements for running the encoder and decoder is having
The only software requirements for running the encoder and decoder is having
Tensor
f
low installed.
Tensor
F
low installed.
Requires Tensor
f
low r0.12 or later.
Requires Tensor
F
low r0.12 or later.
## Training and evaluating
## Training and evaluating
...
@@ -49,8 +49,8 @@ of two. In the version in the paper, there was a nonlinear unit
...
@@ -49,8 +49,8 @@ of two. In the version in the paper, there was a nonlinear unit
after the fully-connected layer; that nonlinear has been removed
after the fully-connected layer; that nonlinear has been removed
here. These changes improve the robustness of training. The
here. These changes improve the robustness of training. The
initializer for the convolution layers has switched to the
initializer for the convolution layers has switched to the
tf.contrib.layers default of xavier_initializer instead of
`
tf.contrib.layers default
`
of
`
xavier_initializer
`
instead of
a simpler truncated_normal.
a simpler
`
truncated_normal
`
.
## Contact information
## Contact information
...
...
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