본문 바로가기
- 배움이 있는 삶/- Software | English

Image classification in Pycham 에서 error 정리

by story of interesting 2021. 3. 29.
반응형

- 환경 : pycham + Anaconda3 + tensorflow 

- Image classificain CNN 모델 Error 정리 

1. 모델 훈련하기 시 error 발생

- error 화면

 

1) solution

이 관련 내용이 google에도 별로 없음, 일부는 tf의 version 문제로 이야기 하고 있음

github.com/tensorflow/tensorflow/issues/24570

 

Unexpected warning during GeneratorDataset iterator finalization · Issue #24570 · tensorflow/tensorflow

System information Have I written custom code (as opposed to using a stock example script provided in TensorFlow): OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 14.04 Mobile devic...

github.com

위의 comment에서 hit를 얻음

pycharm에서 interpreter를 add 할려고 했으나 install error 가 발생하여, cmd 창에서 pip install tf-nightly를 직접 설치 함

반응형