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
e648b94a
Commit
e648b94a
authored
Jun 27, 2017
by
Neal Wu
Committed by
GitHub
Jun 27, 2017
Browse files
Merge pull request #1742 from callofdutyops/patch-1
Comment wrong in adversarial_crypto model
parents
b3ea60c2
f2c86f92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
adversarial_crypto/train_eval.py
adversarial_crypto/train_eval.py
+1
-1
No files found.
adversarial_crypto/train_eval.py
View file @
e648b94a
...
@@ -118,7 +118,7 @@ class AdversarialCrypto(object):
...
@@ -118,7 +118,7 @@ class AdversarialCrypto(object):
def
model
(
self
,
collection
,
message
,
key
=
None
):
def
model
(
self
,
collection
,
message
,
key
=
None
):
"""The model for Alice, Bob, and Eve. If key=None, the first FC layer
"""The model for Alice, Bob, and Eve. If key=None, the first FC layer
takes only the
Key
as inputs. Otherwise, it uses both the key
takes only the
message
as inputs. Otherwise, it uses both the key
and the message.
and the message.
Args:
Args:
...
...
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