James Thorne

Results 4 comments of James Thorne

No - I never needed to go through and retrain the entire system. For me, i got best value out of just putting it into a docker image and calling...

The retrieval step isn't the fastest: It's using Facebook's DrQA implementation that isn't really 'production ready'. I had to rewrite part of it so that it is data-parallel. More CPUs...

Hi. Did this PR ever go into master? I'm having a similar issue and it looks like I might have to fork and run an ad-hoc local build with @Linus12's...

The jack folder sits as a sibling to this folder. I've made a working Dockerfile if you'd like to use it: ``` FROM continuumio/miniconda3 ENTRYPOINT ["/bin/bash"] ENV NVIDIA_VISIBLE_DEVICES all ENV...