alex-j-j
alex-j-j
Can you reproduce the crash with CoreNLP 3.7.0 @bheinzerling? I tried it by command line with 3.7.0 and the parser works for strings like "." or "...", which always crash...
I just tried it on a crappy Nvidia card and it works out of the box, if you install CUDA properly. Just use the settings that are mentioned in the...
In case anybody else stumbles over the same problem: define a function `predict_val = theano.function([x], test_y_pred, allow_input_downcast=True)` and call it wherever you deem it necessary, e.g. in the epoch loop:...