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
1a51e3c9
Commit
1a51e3c9
authored
Apr 05, 2017
by
Neal Wu
Browse files
Add back the line that adds to PYTHONPATH
parent
12c0bcbb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
domain_adaptation/README.md
domain_adaptation/README.md
+6
-1
No files found.
domain_adaptation/README.md
View file @
1a51e3c9
...
@@ -36,6 +36,12 @@ Then you need to build the binaries with Bazel:
...
@@ -36,6 +36,12 @@ Then you need to build the binaries with Bazel:
$ bazel build -c opt domain_adaptation/domain_separation/...
$ 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:
You can then train with the following command:
```
```
...
@@ -54,7 +60,6 @@ $ ./bazel-bin/domain_adaptation/domain_separation/dsn_train \
...
@@ -54,7 +60,6 @@ $ ./bazel-bin/domain_adaptation/domain_separation/dsn_train \
-v --use_logging
-v --use_logging
```
```
Evaluation can be invoked with the following command:
Evaluation can be invoked with the following command:
```
```
...
...
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