DomHudson

Results 8 comments of DomHudson

What is the code in those files? What's the smallest amount of code that causes the error?

Hi, thanks for the report! Are you able to provide code or steps to replicate the error please? Many thanks, Dom

Hi, please can you paste the code into github with copy and paste? Have you tried querying with this input string in other models or just this one? It would...

I don't think the proposed approach will work. CRFsuite does not support continuous features so each unique key/value combination will be a unique feature. You have to discretize the continuous...

Open the model within the process rather than passing the model in.

What's the command you're using to start the worker(s) @AlmightyOatmeal ?

Perhaps there is a memory leak - what do you get if you run this command? ``` grep oom /var/log/messages ``` Is the `WorkerLostError` raised randomly during normal operation or...