Felix Sonntag
Felix Sonntag
@toy Any updates on that? :)
@friedrichweise Sorry for the late reply, somehow missed this :/ Anyway, both commands run without an issue, no error output.
I'd also like to answer the questions: 1. Experienced both scenarios. 2. One hop to the target.
Yeah, NeuroNER loads the whole dataset in the memory including many many mappings (from IDs to tokens and reverse etc.). Batch loading the dataset from disc would be much more...
👍🏻 for mini-batch! I tried implementing it, but unfortunately failed...
Nope, sorry.
Any updates on that?
Thanks for the feedback, I will look into it when I can find some time. But ofc also wanted to make sure beforehand if there was a specific reason :)
It's also causing issues with the Tensorflow images. And of course I don't want a virtual environment there, since my Docker image will blow up with two TF installations. Plus,...
@singhniraj08 As mentioned in the discussion you mentioned, this can only be done in a Python environment, while the Docker image is using the pre-built C++ TF Serving. So you...