Setting, Error/Linux

InternalError: Graph execution error: Detected at node 'StatefulPartitionedCall 8' defined at (most recent call last):

Juheon Kwak 2023. 9. 6. 22:47

* Tensorflow 2.12 문제

 

모델 생성, 컴파일 후 fit 할 때 해당 에러가 발생했다.

 

1. Tensorflow 버전 다운그레이드 하기

$  pip3 install tensorflow==2.11.0

→ 이렇게 하니까 ImportError: cannot import name 'range_op' from 'tensorflow.python.data.ops' 이런 에러 다시 발생

 

▶  결론 : 에러 해결

2. Tensorflow-gpu 버전으로 다시 깔기

$ pip3 install tensorflow-gpu==2.11.0