AttributeError: 'numpy.ndarray' object has no attribute 'numpy'
Numpy에 왜 numpy array 관련 함수가 없지? 라고 생각하실 수 있습니다.
하지만, 자세히 코드를 뜯어보면 이미 numpy array인 함수를 to_numpy로 다시 또 변경하고자 할때 해당 에러가 발생합니다.
to_numpy()를 하는 변수가 이미 어떤 data type인지 확인해보시면 좋습니다.
https://discuss.pytorch.org/t/attributeerror-numpy-ndarray-object-has-no-attribute-numpy/42062
'DeepLearning Framework & Coding > De-bugging' 카테고리의 다른 글
[Tensor 오류] RuntimeError : expected scalar type Double but found Float (0) | 2022.06.05 |
---|---|
ModuleNotFoundError: No module named 'tensorflow_addons' (0) | 2022.03.04 |
[Github] Google Colab파일 Github로 push하기 (2) | 2021.12.21 |
[Tensorflow 2.0] TypeError: '(slice(None, None, None), slice(None, -1, None))' is an invalid key (0) | 2021.12.21 |
cannot import name 'Adam' from 'keras.optimizers' (0) | 2021.09.06 |
댓글