-
Notifications
You must be signed in to change notification settings - Fork 1
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
equinox error when trying to run 'ML' example #5
Comments
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
<#5>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEZEOAHX4RBKAKBEZ7F2BZTZTDPDZAVCNFSM6AAAAABNB3D5FWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4DIOBTGMYDCMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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
> <#5>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AEZEOAHX4RBKAKBEZ7F2BZTZTDPDZAVCNFSM6AAAAABNB3D5FWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4DIOBTGMYDCMQ>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
|
This is with windows, but let me quickly try it with ubuntu 24.04. |
Sounds good; keep me posted. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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):
Great package by the way.
The text was updated successfully, but these errors were encountered: