Skip to content

Commit

Permalink
Seperation -> Separation
Browse files Browse the repository at this point in the history
  • Loading branch information
nealwu committed Apr 6, 2017
1 parent ca87cc9 commit 9333e60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions domain_adaptation/domain_separation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Domain Seperation Networks
# Domain Separation Networks


## Introduction
Expand Down Expand Up @@ -52,7 +52,7 @@ Evaluation can be invoked with the following command:\
$ ./bazel-bin/domain_adaptation/domain_separation/dsn_eval \
-v --dataset mnist_m --split test --num_examples=9001 \
--dataset_dir=${DSN_DATA_DIR}
# Domain Seperation Networks
# Domain Separation Networks

## Introduction
This code is the code used for the "Domain Separation Networks" paper
Expand Down
2 changes: 1 addition & 1 deletion domain_adaptation/domain_separation/dsn_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

tf.app.flags.DEFINE_string(
'layers_to_regularize', 'fc3',
'Comma-seperated list of layer names to use MMD regularization on.')
'Comma-separated list of layer names to use MMD regularization on.')

tf.app.flags.DEFINE_float('learning_rate', .01, 'The learning rate')

Expand Down

0 comments on commit 9333e60

Please sign in to comment.