반응형
AttributeError: module 'tensorflow' has no attribute 'python_io
위와 같은 코드를 썼는데, 에러가 났다.
AttributeError: module 'tensorflow' has no attribute 'python_io'
해결방법 : tf.compat.v1 을 추가하기
tf.compat.v1 을 추가하기!!
이렇게 되면 코드가 잘 돌아간다
Reference :
https://github.com/datitran/raccoon_dataset/issues/90
반응형
'머신러닝,딥러닝' 카테고리의 다른 글
Graph Execution Error 해결하기 : cuda에 맞는 tensorflow 버전 재설치하기 (0) | 2023.06.18 |
---|---|
youtube-dl 사용하기 / 구간 별로 cut할 때 여러 명령어 (0) | 2023.06.01 |
youtube-dl 사용하기 / Error: Unable to extract uploader id 에러 해결하기 (0) | 2023.06.01 |
youtube 8m tf record의 동영상 접근해보기 (0) | 2023.05.17 |
[Error] onnx importerror (0) | 2023.05.08 |
pip install insightface 오류날 때 (onnx install 오류 해결) (0) | 2023.05.04 |
GPU를 차지하는 프로세스 찾기 nvidia-smi | ps -ef | grep {PID} (0) | 2023.05.03 |
conda 가상환경 지우기 conda remove -n ENV_NAME --all (0) | 2023.05.03 |