-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple Eidos in Habitus #115
Comments
Do you have a branch that I can check out? "ERROR: parameter glove.matrixResourceName must be defined!" makes it sound like there is a configuration file that should have that value, but the value or the whole configuration file might be missing. |
@kwalcock here eidos-reader-cascade |
It was working for me with both IntelliJ and sbt until I did a clean and now I get the same error. The output below from evicted is worrisome. Both processors and eidos are dependencies of habitus, but eidos itself has a processors dependency with a different version. Normally one would only include the most distant dependency and let sbt fill in the middle. I'm debugging now.
|
@kwalcock thank you! |
I still don't have an explanation, but if I erase target, project/target, and project/project/target, then it will run once with sbt. The second time, it breaks again. It seems to always run OK in IntelliJ, though. I think that we are getting some "undefined behavior" as the result of the dependency conflicts. Maybe the order in which files are written to disk is significant. I'd stick with IntelliJ. Perhaps when eidos is (eventually) updated to use the same processors version as habitus, the problem will go away. |
We should upgrade Eidos to 8.5.0 when it’s released...
On April 25, 2022 at 12:42:26 PM, Keith Alcock ***@***.***) wrote:
I still don't have an explanation, but if I erase target, project/target,
and project/project/target, then it will run once with sbt. The second
time, it breaks again. It seems to always run OK in IntelliJ, though. I
think that we are getting some "undefined behavior" as the result of the
dependency conflicts. Maybe the order in which files are written to disk is
significant. I'd stick with IntelliJ. Perhaps when eidos is (eventually)
updated to use the same processors version as habitus, the problem will go
away.
—
Reply to this email directly, view it on GitHub
<#115 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI75TSKRYC6MLTVRYMWLS3VG3YR7ANCNFSM5UJBZRQA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@kwalcock it does not run for me in intellij either. I think I might try just using the regular eidos for now. should work for my purposes. |
Any workaround you can find is welcome. I still can't explain it. |
Hi @kwalcock,
I am trying to use SimpleEidos again (like described here #92) and am getting the error pasted below. I see that it wants something related to glove embeddings defined, but don't know where that should happen. One major difference I see between the time we used simple eidos last time and now is the version of processors. I checked, and with procVer=8.4.7 the example() you have in #92 ran through once. Other times. I keep getting a different error (something about stannford nlp util metal class and time expressions).
Do you happen to know what this is about? Thanks!
The text was updated successfully, but these errors were encountered: