코딩 에러 TypeError: object of type <class 'numpy.float64'> cannot be safely interpreted as an integer 오류 / 에러 ENAS만판다 2020. 5. 27. 15:04 numpy 버젼이 높아서 그런 것이다. pip install -U numpy=1.17.0 로 다운그레이드를 하면 됨 꼭 1.17로 해야되는 건 아니다. 공유하기 게시글 관리 AutoML과 영상처리 공부 블로그 '코딩 에러' 카테고리의 다른 글 ModuleNotFoundError: No module named 'sklearn.ensemble.forest' 에러 (0) 2021.04.19 Control cannot fall through from one case label ('case 10:') to another (0) 2020.12.20 pip uninstall 했는 데 import 될 경우/ pip install 했는 데 import 안되는 경우 / which pip가 conda pip가 아닐 경우 (0) 2020.05.20 RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same 오류 해결 (0) 2020.04.14 파이토치, dataloader 오류. (0) 2020.04.13 '코딩 에러' Related Articles ModuleNotFoundError: No module named 'sklearn.ensemble.forest' 에러 Control cannot fall through from one case label ('case 10:') to another pip uninstall 했는 데 import 될 경우/ pip install 했는 데 import 안되는 경우 / which pip가 conda pip가 아닐 경우 RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same 오류 해결