-
Notifications
You must be signed in to change notification settings - Fork 6
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
Non-hashable type error #1
Comments
Hi all, |
I think jax.partial was discontinued from 0.2.21. If you use the same version as that of the authors (0.2.18) you don't really need to shift to functools. |
Your error also seems to do with this change from jax.partial to functools.partial. I am trying to reproduce the experiments as well and though I am not fully done, I don't get the error you are getting because of |
Also, does you |
Hi @jithendaraa, thanks for your message. I've initially tried installing 0.2.18 but with no luck. I'll try the second way you mentioned. Please let me know if you have luck reproducing the experiments. Cheers, |
Hey @lucfra, Thanks, |
Dear all,
I've read the BCD-nets paper which I found very interesting.
I am trying now to recreate your results, but unfortunately, I have run into this error.
which refers to this line of your code.
I must say that I have no experience with jax.
For context, I did not manage to install all the required packages using your environment.yml, so I went on with a manual installation. My jax version is 0.3.1.
P.S.: the code was not compatible right away. To make it runnable I did the following:
Any help is very appreciated,
Cheers,
Luca
The text was updated successfully, but these errors were encountered: