[Docs] Object of type <class 'numpy.ndarray'> appears to be C subclassed NumPy array, · Issue #3280 · open-mmlab/mmcv · GitHub
More Web Proxy on the site http://driver.im/
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
Traceback (most recent call last):
File "/home/xh/anaconda3/envs/adata/lib/python3.10/site-packages/mmcv/transforms/base.py", line 12, in call
return self.transform(results)
RuntimeError: Object of type <class 'numpy.ndarray'> appears to be C subclassed NumPy array, void scalar, or allocated in a non-standard way.NumPy reserves the right to change the size of these structures. Projects are required to take this into account by either recompiling against a specific NumPy version or padding the struct and enforcing a maximum NumPy version.
Exception ignored in: 'PyDataMem_UserFREE'
Suggest a potential alternative/fix
Object of type <class 'numpy.ndarray'> appears to be C subclassed NumPy array,
The text was updated successfully, but these errors were encountered:
📚 The doc issue
Traceback (most recent call last):
File "/home/xh/anaconda3/envs/adata/lib/python3.10/site-packages/mmcv/transforms/base.py", line 12, in call
return self.transform(results)
RuntimeError: Object of type <class 'numpy.ndarray'> appears to be C subclassed NumPy array, void scalar, or allocated in a non-standard way.NumPy reserves the right to change the size of these structures. Projects are required to take this into account by either recompiling against a specific NumPy version or padding the struct and enforcing a maximum NumPy version.
Exception ignored in: 'PyDataMem_UserFREE'
Suggest a potential alternative/fix
Object of type <class 'numpy.ndarray'> appears to be C subclassed NumPy array,
The text was updated successfully, but these errors were encountered: