diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-07 22:20:00 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-07 22:20:00 +0100 |
| commit | 281fccf27145f5375c48de897cab533df94c3ddd (patch) | |
| tree | 027c8d36eba0a896b8c8b9e89ffe458115e12345 /cli/app/search/search_dense.py | |
| parent | 7fda5b3136b29371c4a98090272bf7489d975626 (diff) | |
add viz scripts
Diffstat (limited to 'cli/app/search/search_dense.py')
| -rw-r--r-- | cli/app/search/search_dense.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/search_dense.py b/cli/app/search/search_dense.py index 8ba3340..27be015 100644 --- a/cli/app/search/search_dense.py +++ b/cli/app/search/search_dense.py @@ -13,7 +13,7 @@ import tensorflow as tf import tensorflow_probability as tfp import tensorflow_hub as hub import time -import visualize as vs +import app.search.visualize as vs tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR) from app.search.params import Params |
