Xutan Peng

Results 6 comments of Xutan Peng

Hi, thanks for your interest. The code is now under the review of our industrial sponsor so the complete release is delayed, sorry about that! We are looking forward to...

Thanks for the workaround! Additionally, the original line 201 should be further changed into ``` def __call__(self, task, model_arch, hidden_dropout_prob, **kwargs): ``` to provent `hidden_dropout_prob` from being passed with `**kwargs`,...

Given ```make_wordvectors.sh``` and ```make_wordvectors.py```, it seems that @Kyubyong used the gensim implementation of word2vec. Thus, by default, I believe he chose CBOW model. see [gensim doc](https://radimrehurek.com/gensim/models/word2vec.html#gensim.models.word2vec.Word2Vec)

I've found out that this can be done by simply writing a wrapper using `os.system()`. Close for now.

> I would vote for reopening this issue because I'm sure there are other people wanting to do the same thing (like me). A command-line wrapper would indeed be very...

@cifkao Basically, I found that this tool is tracking the usage of **everything** the main program initialises until the main program terminates. Therefore, I chose to directly start a non-python...