해결된 질문
작성
·
510
0
tensorflow를 1.13으로 downgrade하는 명령어에서는
ERROR: tensorflow 2.3.0 has requirement tensorboard<3,>=2.3.0, but you'll have tensorboard 1.13.1 which is incompatible. ERROR: tensorflow 2.3.0 has requirement tensorflow-estimator<2.4.0,>=2.3.0, but you'll have tensorflow-estimator 1.13.0 which is incompatible.
keras에서는
ERROR: tensorflow 2.3.0 has requirement keras-preprocessing<1.2,>=1.1.1, but you'll have keras-preprocessing 1.0.2 which is incompatible. ERROR: tensorflow 2.3.0 has requirement tensorboard<3,>=2.3.0, but you'll have tensorboard 1.13.1 which is incompatible. ERROR: tensorflow 2.3.0 has requirement tensorflow-estimator<2.4.0,>=2.3.0, but you'll have tensorflow-estimator 1.13.0 which is incompatible. ERROR: tensorflow-gpu 1.13.1 has requirement keras-applications>=1.0.6, but you'll have keras-applications 1.0.4 which is incompatible. ERROR: tensorflow-gpu 1.13.1 has requirement keras-preprocessing>=1.0.5, but you'll have keras-preprocessing 1.0.2 which is incompatible. Installing collected packages: keras-preprocessing, keras-applications, keras
이런 에러가 떠서 질문드립니다.
(런타임은 GPU로 설정하였습니다.)
답변 6
0
0
0
일단 YOLO 부분을 제외하고 Faster RCNN, SSD, Mask RCNN은 Tensorflow 1.15에서 구동할 수 있도록 소스코드를 수정하였습니다. 자세한 내용은 강의 공지 사항을 참조 부탁드립니다.
0
정말 안되는 군요. 다 테스트를 마쳤는데, 최근에 colab에서 뭔가 바뀐거 같습니다.
tensorflow 1.15 로는 downgrade가 잘 됩니다. 1.13 downgrade가 문제인거 같습니다.
현재 구글 colab에 issue로 올렸습니다. 답변이 오는대로 업데이트 하겠습니다.
감사합니다.
0
0
안녕하십니까,
해당 에러는 downgrade시 나오는 것이니 무시하고 진행하시면 됩니다.
동영상 강의대로 tensorflow 버전 1.13, keras 2.2 가 출력되면 성공적으로 설치된것입니다.
감사합니다.