diff options
author | AdeB <adbrebs@gmail.com> | 2015-06-24 15:28:04 -0400 |
---|---|---|
committer | AdeB <adbrebs@gmail.com> | 2015-06-24 15:28:04 -0400 |
commit | 32b078f28add3d22529e55aeac6674d924e9b510 (patch) | |
tree | c50a6f6cfcb978555d767706cdfdab4c75153207 /config | |
parent | 88cdc3f8047a05bc5971eaa915ca6626f89a3e78 (diff) | |
download | taxi-32b078f28add3d22529e55aeac6674d924e9b510.tar.gz taxi-32b078f28add3d22529e55aeac6674d924e9b510.zip |
Load model parameters only when specified in the config
Diffstat (limited to 'config')
-rw-r--r-- | config/memory_network_adeb.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/memory_network_adeb.py b/config/memory_network_adeb.py index 1d7dc5d..a9d6fef 100644 --- a/config/memory_network_adeb.py +++ b/config/memory_network_adeb.py @@ -44,3 +44,5 @@ num_cuts = 1000 train_candidate_size = 1000 valid_candidate_size = 10000 + +load_model = False |