Commit 809d7e48 authored by Neal Wu's avatar Neal Wu

Add back the line that adds to PYTHONPATH

parent f03fa19d
......@@ -36,6 +36,12 @@ Then you need to build the binaries with Bazel:
$ bazel build -c opt domain_adaptation/domain_separation/...
```
Add models and models/slim to your `$PYTHONPATH`:
```
$ export PYTHONPATH=$PYTHONPATH:$PWD:$PWD/slim
```
You can then train with the following command:
```
......@@ -54,7 +60,6 @@ $ ./bazel-bin/domain_adaptation/domain_separation/dsn_train \
-v --use_logging
```
Evaluation can be invoked with the following command:
```
......
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