본문 바로가기
CS/삽질로그

tensorflow 에러모음

by judy@ 2023. 7. 12.

에러 상황 1

에러 메세지: StatefulPartitionedCall_17

해결 방법: tensorflow 2.12로 깔려있었는데 2.10으로 다시 깔았더니 해결됨

Detected at node 'StatefulPartitionedCall_17' defined at (most recent call last):
...
      return self._update_step_xla(grad, var, id(self._var_key(var)))
Node: 'StatefulPartitionedCall_17'
RET_CHECK failure (tensorflow/compiler/xla/service/gpu/gpu_compiler.cc:618) dnn != nullptr
         [[{{node StatefulPartitionedCall_17}}]] [Op:__inference_train_function_2417]

 

 

 

반응형