ndvb

Results 50 issues of ndvb

This solved the mem leak in python2 and python3 (remember to fix linux aspell first by taking fix-600)

Doing: `print wn.synsets("tablesssssssssssssssss")` returns results (it shouldn't, as there is no such word in English), But if we use the Wordnet online API here: `http://wordnetweb.princeton.edu/perl/webwn` for the same word, we...

wordnet
resolved

Looks like an amazing tool! Do you know how can I see the function names in python process stack trace? Or at least use the memory address to find which...

Hi, a few things that are not fully clear to me on Table 1. It says convolution has LH parameters. How can it be if only the A matrix, which...

In the [post](https://huggingface.co/blog/stackllama), the following equation is written: R(x,y)=r(x,y)−βKL(x,y) 1. Is y the full response, or the current generated response token? 2. KL divergence is defined only between two distributions...

I got: A NoMethodError occurred in application#raise_not_found!: undefined method `[]' for nil:NilClass In the email notification, but without stack trace. Stack track I only see in the log (file). How...

In the proof, I don't see the definition of σ. Is it defined in the lemma? In the deriviation of L(Q,B∗)? 2. If you can explain in Theorem 4.3 how...

How to use this package? How to add the dictionary/frequency file like here: https://github.com/wolfgarbe/SymSpell ? Thanks.

It says "BoundedProcessPoolExecutor will put a new worker in queue only when another worker has finished his work." - but what happens when there are no free workers? code blocks...

Instead of using the api, can we simply use an already installed tensorflow_model_server? i tried running: `tensorflow_model_server --port=9000 --model_base_path=/parsey-mcparseface-api/parsey_model` But it writes: `No versions of servable default found under base...