You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert h5 file to onnx gives error, that np.bool object is not attribute of numpy.
For versions above numpy 1.20 this module was deprecated and in 1.24 it was deleted. I saw that you already fixed np.float and np.str, but bool is still there. Can you fix it?