슬기로운 에러 생활
NotImplementedError: Cannot convert a symbolic Tensor (lstm/strided_slice:0) to a numpy array.
vhrehfdl
2021. 8. 26. 13:24
* 에러 원인 : numpy 버전과 keras 버전이 맞지 않아 생기는 문제이다.
* 해결 방법 : numpy 버전은 1.19.5로 맞추니 해결되었다.
pip install numpy==1.19.5