-
Notifications
You must be signed in to change notification settings - Fork 226
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
AttributeError: module 'neural_tangents' has no attribute 'utils' #173
Comments
We had a refactoring a while ago, please try See https://github.com/google/neural-tangents/blob/main/neural_tangents/__init__.py for the public API |
Thanks for your fast reply. I changed
where |
Haven't seen this error before, does it still happen if you reduce the batch size? I sometimes encounter low-level XLA errors when running out of memory. |
I've redunced the batch size from 25 to 5, but the error still occured. I guess the mismatch between cudnn version and jax caused the problem due to the I am using Ubuntu 20.04, CUDA 11.4, cudnn 8.7.0, and GPU is TITAN V (12GB). |
Good catch, could be, what are your jax and jaxlib [edit: and nvidia driver] versions? |
NVIDIA-SMI 470.161.03, Driver Version: 470.161.03 |
Hm, these all seem compatible per https://docs.nvidia.com/deeplearning/cudnn/support-matrix/index.html |
Hi, Roman Thanks for your reply, and I'll try to update the cuDNN version to solve the problem. Best, |
Hi developers, I've met a problem when using neural-tangents as follows:
There are the versions of some library:
The text was updated successfully, but these errors were encountered: