Danilo Tomasoni
Danilo Tomasoni
I have this problem too. I was using 6.6.2 because that's one suggested in the wiki. I can't upgrade because I'm installing on an armhf architecture (64 bit) but there...
Why there is not any pre-packaged difference-quotient jacobian as it is for the standard dense solver?
Thank you for the explanation. This is blocking in my scenario, where I'm translating automatically from MATLAB to C and simulating with sundials by using [QSPcc](https://github.com/cosbi-research/QSPcc) Can you give me...
> `build_vocab` is still pure Python = slow. Essentially it does this: > > ```python > vocab = defaultdict(int) > sentences = [user-supplied iterable or LineSentence(text_file_path)] > for sentence in...
I thought you already had a plan, but anyway this is my proposal: - define a read_queue - the build_vocab will ``` sentences = [user-supplied iterable or LineSentence(text_file_path)] for sentence...
ok. practically, should I fork the project and ask for merge request afterwards?
I made some tests, and I realized that it should be even faster if I can manage to build the vocabulary myself, since I'm already parallelizing the work to pre-process...
I was wondering if I can do something similar for Phrases? because it suffers from the same single-core limitation.
OK, but practically how can I do it? I don't see a build_vocab_from_freq there or something that allows to overcome the 1-core limitation.
I have this issue too. I created three subkeys (for auth, signing, and encryption) from my primary key in the NC3 NFC, now I'm trying to import these keys in...