Closed g3rfx closed 6 years ago
The caspar branch is not compatible with sempar from the master branch, so you cannot use sempar.flow with the parser runtime in caspar.
We are in the process of switching to a new implementation of the parser trainer using pytorch instead of tensorflow and dragnn. When we have a stable version, we will try to make a new pre-trained parser available.
May I suggest updating the example in the caspar branch until the new pre-trained parser is available to prevent confusion? https://github.com/google/sling/blob/caspar/doc/guide/install.md
Good point. I have updated install.md
to mention that the pre-trained model for caspar is not yet available.
I tried to run the following simple example in Python:
However, I get the following error message:
Thank you in advance for any help on this issue.
OS: Ubuntu 16.04 GCC: 5.4.0 Sling: 2.0.0 (from caspar branch)