※ 발생 오류 내역
NotImplementedError: Cannot convert a symbolic Tensor (bidirectional/forward_lstm/strided_slice:0) to a numpy array.
- GPU 설정 중 tensorflow 재설치 등 과정에서 버전 변동으로 발생함
해결 방법
- numpy 버전이 tensorflow에 비해 낮아지는 경우 발생(실습 사용 tensor는 2.1 사용)
- numpy 재설치 수행
pip uninstall numpy
conda install numpy=1.19.5 -c conda-forge
댓글
댓글 쓰기