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

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon <gordonchi11@gmail.com>2021-08-18 08:41:45 +0300
committerGitHub <noreply@github.com>2021-08-18 08:41:45 +0300
commit306555318e0bff3bbbf468c923c32b7b5f9dbd43 (patch)
treef98455811836220f2f0c7342160c3218a136dd72
parentb24773b4f4acda25804c970abfce27a891954cdb (diff)
Update model.pythai-sybrnn
-rw-r--r--stanza/models/tokenization/model.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/stanza/models/tokenization/model.py b/stanza/models/tokenization/model.py
index 22e5a301..9cf4fda9 100644
--- a/stanza/models/tokenization/model.py
+++ b/stanza/models/tokenization/model.py
@@ -174,13 +174,6 @@ class Tokenizer(nn.Module):
return pred, loss, trans
-if __name__ == "__main__":
-
- checkpoint = torch.load("/sailhome/gsychi/stanza/stanza/models/tokenization/transfer_model.pth.tar")
- #model = Tokenizer()
-
-
-