Commit 9333e607 authored by Neal Wu's avatar Neal Wu

Seperation -> Separation

parent ca87cc9d
# Domain Seperation Networks
# Domain Separation Networks
## Introduction
......@@ -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
......
......@@ -70,7 +70,7 @@ tf.app.flags.DEFINE_string('train_log_dir', '/tmp/da/',
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')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment