cjerzak / LinkOrgs-software

LinkOrgs: An R package for linking linking records on organizations using half a billion open-collaborated records from LinkedIn
https://arxiv.org/abs/2302.02533v3
MIT License
11 stars 1 forks source link

equinox error when trying to run 'ML' example #5

Open crahal opened 2 weeks ago

crahal commented 2 weeks ago

Following the instructions in the order of the root readme.md file, i get an error when running the ML and combined models (although the fuzzy, bipartite, and markov all run fine):

Error in py_call_impl(callable, call_args$unnamed, call_args$named) : 
  equinox._serialisation.TreePathError: Error at leaf with path (SequenceKey(idx=0), SequenceKey(idx=1), SequenceKey(idx=0), SequenceKey(idx=0), SequenceKey(idx=0), GetAttrKey(name='query_proj'), GetAttrKey(name='weight'))

Great package by the way.

cjerzak commented 2 weeks ago

Looking into this 👀

On Sat, Aug 24, 2024, 3:45 PM crahal @.***> wrote:

Following the instructions in the order of the root readme.md file, i get an error when running the ML and combined models (although the fuzzy, bipartite, and markov all run fine):

Error in py_call_impl(callable, call_args$unnamed, call_args$named) : equinox._serialisation.TreePathError: Error at leaf with path (SequenceKey(idx=0), SequenceKey(idx=1), SequenceKey(idx=0), SequenceKey(idx=0), SequenceKey(idx=0), GetAttrKey(name='query_proj'), GetAttrKey(name='weight'))

Great package by the way.

— Reply to this email directly, view it on GitHub https://github.com/cjerzak/LinkOrgs-software/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZEOAHX4RBKAKBEZ7F2BZTZTDPDZAVCNFSM6AAAAABNB3D5FWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4DIOBTGMYDCMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

cjerzak commented 2 weeks ago

What operating system are you using? (Windows/Linux/OS-Apple?) That will help give context!

On Sat, Aug 24, 2024, 3:54 PM Connor T. Jerzak @.***> wrote:

Looking into this 👀

On Sat, Aug 24, 2024, 3:45 PM crahal @.***> wrote:

Following the instructions in the order of the root readme.md file, i get an error when running the ML and combined models (although the fuzzy, bipartite, and markov all run fine):

Error in py_call_impl(callable, call_args$unnamed, call_args$named) : equinox._serialisation.TreePathError: Error at leaf with path (SequenceKey(idx=0), SequenceKey(idx=1), SequenceKey(idx=0), SequenceKey(idx=0), SequenceKey(idx=0), GetAttrKey(name='query_proj'), GetAttrKey(name='weight'))

Great package by the way.

— Reply to this email directly, view it on GitHub https://github.com/cjerzak/LinkOrgs-software/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZEOAHX4RBKAKBEZ7F2BZTZTDPDZAVCNFSM6AAAAABNB3D5FWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4DIOBTGMYDCMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

crahal commented 2 weeks ago

This is with windows, but let me quickly try it with ubuntu 24.04.

cjerzak commented 2 weeks ago

Sounds good; keep me posted. LinkOrgs hasn't been thoroughly tested on Windows yet (some of the dependencies likely require Linux/MacOS).