I am getting the below errors and the submissions failed. Can someone help please. I am on Windows 11 machines and fully upgraded to latest drivers. Thanks Regards Gavinn
Error:
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
Traceback (most recent call last):
File "deakin_ai_challenge_submission.py", line 20, in
import sys, os, h5py, json
File "/opt/conda/envs/mypython3/lib/python3.8/site-packages/h5py/__init__.py", line 46, in
from ._conv import register_converters as _register_converters
File "h5py/_conv.pyx", line 1, in init h5py._conv
File "h5py/h5t.pyx", line 293, in init h5py.h5t
File "/opt/conda/envs/mypython3/lib/python3.8/site-packages/numpy/__init__.py", line 320, in __getattr__
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'typeDict'
I am still waiting for someone to assist me on this request please.
Posted by: Gavinnf @ June 30, 2023, 1:31 p.m.Hi,
can you run the code locally?
Can you add these to your script file and see if it works?
pip install --upgrade h5py
or
pip install numpy==1.21
references:
https://stackoverflow.com/questions/74852225/attributeerror-module-numpy-has-no-attribute-typedict
https://discuss.tensorflow.org/t/attributeerror-module-numpy-has-no-attribute-typedict/14929