Closed creatorrr closed 6 years ago
Haven't tried a custom build yet but will post results of that here once I get a chance.
Same result for custom build. Could I be missing a dependency? Followed instructions in the caspar
branch found here.
As stated in the document, the caspar.flow model "is not yet available" :) We are working on getting the SLING 2.0 release ready (aka caspar), and it seems like the current caspar.model is out of sync with the code base.
The specific problem is that new models no longer depend on the the DRAGNN kernels so we removed the dependency in the parser to //sling/myelin/kernel:dragnn
(see #262). However, the caspar.model you have downloaded still uses some of these kernels. If you want to use the parser with this model you will have to revert the changes to sling/nlp/parser/parser.cc
and sling/nlp/parser/BUILD
.
Ah, gotcha. Thanks @ringgaard! Closing this issue now since it'll be resolved when the 2.0 release happens.
~This happens for both the
1.0.0
and the2.0.0-caspar
wheels on my Ubuntu 18.04 machine.~ Correction: This happens for only for the2.0.0-caspar
wheel on my Ubuntu 18.04 machine.~The following same exception is raised in both cases:~ The following exception is raised:
Code to reproduce: