You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ The word files must follow the UD format
19
19
20
20
## Train
21
21
22
-
Go to train.py from arg\_list select the model\_path and the LANG (language, currently 'en' for English UD 1.2 or 'vi' for Vietnamese UD 2.0)
22
+
Go to train.py from arg\_list select the model\_path and the LANG (language, currently 'en1.2' for English UD 1.2 or 'vi' for Vietnamese UD 2.0)
23
23
24
24
To train the model with the default parameters now run `python3 train.py`
25
25
26
-
Currently train on CPU, GPU might cause a slow start problem due to CUDA version and PyTorch version missmatch bug (looking into it, runned ok on cis lambda)
26
+
Currently train on CPU, GPU might cause a slow start problem due to CUDA version and PyTorch version missmatch new bug (works ok on lambda lmu)
27
27
28
28
Default training on Vietnamese which is a smaller dataset (training takes 1 day vs 3 days on english)
0 commit comments