Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/TharinduDR/TransQuest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTharinduDR <rhtdranasinghe@gmail.com>2021-02-05 21:28:23 +0300
committerTharinduDR <rhtdranasinghe@gmail.com>2021-02-05 21:28:23 +0300
commitf6d89e46d1e3cffa6eb1af335a6e74fc3ab3e36b (patch)
treeab95af098dc5498d310e939ab6db7e9653ccd7e1 /examples
parent3ba2f3ce7870c0cc54fa055590b4baa50d664414 (diff)
055: Adding word level examples
Diffstat (limited to 'examples')
-rw-r--r--examples/app/monotransquest_app_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/app/monotransquest_app_test.py b/examples/app/monotransquest_app_test.py
index 04b1dd8..cb81520 100644
--- a/examples/app/monotransquest_app_test.py
+++ b/examples/app/monotransquest_app_test.py
@@ -7,5 +7,5 @@ test_sentences = [
]
]
-app = MonoTransQuestApp("monotransquest-da-ro_en", use_cuda=False)
+app = MonoTransQuestApp("monotransquest-da-ro_en", use_cuda=False, force_download=True)
print(app.predict_quality(test_sentences))