티스토리 뷰
에러 해결
[에러 해결] NotImplementedError: Cannot convert a symbolic Tensor to a numpy array
체봄 2021. 3. 1. 18:14
이 에러는 numpy 1.20 버전일 때 발생한다고 한다.
해결 방법은 numpy 1.19 버전으로 다운그레이드 해주면 된다. > pip install numpy==1.19.5
참고
반응형
'에러 해결' 카테고리의 다른 글
[에러해결] 'predict_proba is not available when probability=False' (0) | 2021.04.29 |
---|---|
[에러해결] 'RuntimeError: CUDA out of memory.' (0) | 2021.04.13 |
[에러 해결] AttributeError: 'str' object has no attribute 'decode' (0) | 2021.02.28 |
[에러해결] TypeError: write() argument must be str, not bytes (0) | 2021.01.31 |
[에러 해결] AttributeError: module 'tensorflow' has no attribute 'Summary' (0) | 2020.12.29 |
댓글