-
I was trying to run the unsupervised mapping task and got this error:
```
INFO - 04/15/18 03:50:23 - 0:00:06 - 9 source words - csls_knn_10 - Precision at k = 10: 0.000000
Traceback (most recent…
-
Hello,
I wanted to try out your code but run into some trouble on Windows 10. I downloaded the pre-trained model and executed the given command for that. It seems to have issues finding the right p…
-
compared with KING, current emporer renders relatively large data set considerably more slowly (10k dots) and cpu constantly roars up to 100% usage even after rendering and without other manipulation …
RNAer updated
6 years ago
-
For example:
compare study 1 picked against gg_13_8_otus vs. study 2 against gg_otus_4feb2011
-
Thanks for releasing supervised word embeddings for 30 languages, aligned in a single vector space. My question is how would you do alignment of 3 languages? For example, how to align French, German a…
-
according to the docs
```
when set to "identical_char" it will use identical character strings between source and target languages to form a vocabulary.````
```
I understood that the dictionar…
-
In general, ISO durations of months and days aren't comparable due to the varying number of days in a month.
The culprit is the _bubble() function, which gets called on duration construction. Can any…
-
Thank you very much for providing the code!
The question is that, you subtract 3d joints by root joint, but, not subtract **2d joints** by root.
To my knowledge and intuition, the 2d joint does not …
-
One of the unit tests in file dwtest/test_Polynomial.praat fails randomly:
```
$ while true ; do xvfb-run -a praat --run dwtest/test_Procrustes.praat || break ; done
[…]
Error: Script assertion …
-
I have an application where I have to analyze data from sensors against reference data from the same sensors and in some cases, procrustes seems to break down and gives weird results. I've yet to see …