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
b8c29cd2
Commit
b8c29cd2
authored
Apr 03, 2017
by
Neal Wu
Browse files
Seperation -> Separation
parent
1dfbc1ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
domain_adaptation/domain_separation/README.md
domain_adaptation/domain_separation/README.md
+2
-2
domain_adaptation/domain_separation/dsn_train.py
domain_adaptation/domain_separation/dsn_train.py
+1
-1
No files found.
domain_adaptation/domain_separation/README.md
View file @
b8c29cd2
# Domain Sep
e
ration Networks
# Domain Sep
a
ration Networks
## Introduction
## Introduction
...
@@ -52,7 +52,7 @@ Evaluation can be invoked with the following command:\
...
@@ -52,7 +52,7 @@ Evaluation can be invoked with the following command:\
$ ./bazel-bin/domain_adaptation/domain_separation/dsn_eval
\
$ ./bazel-bin/domain_adaptation/domain_separation/dsn_eval
\
-v --dataset mnist_m --split test --num_examples=9001
\
-v --dataset mnist_m --split test --num_examples=9001
\
--dataset_dir=${DSN_DATA_DIR}
--dataset_dir=${DSN_DATA_DIR}
# Domain Sep
e
ration Networks
# Domain Sep
a
ration Networks
## Introduction
## Introduction
This code is the code used for the "Domain Separation Networks" paper
This code is the code used for the "Domain Separation Networks" paper
...
...
domain_adaptation/domain_separation/dsn_train.py
View file @
b8c29cd2
...
@@ -70,7 +70,7 @@ tf.app.flags.DEFINE_string('train_log_dir', '/tmp/da/',
...
@@ -70,7 +70,7 @@ tf.app.flags.DEFINE_string('train_log_dir', '/tmp/da/',
tf
.
app
.
flags
.
DEFINE_string
(
tf
.
app
.
flags
.
DEFINE_string
(
'layers_to_regularize'
,
'fc3'
,
'layers_to_regularize'
,
'fc3'
,
'Comma-sep
e
rated list of layer names to use MMD regularization on.'
)
'Comma-sep
a
rated list of layer names to use MMD regularization on.'
)
tf
.
app
.
flags
.
DEFINE_float
(
'learning_rate'
,
.
01
,
'The learning rate'
)
tf
.
app
.
flags
.
DEFINE_float
(
'learning_rate'
,
.
01
,
'The learning rate'
)
...
...
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