[Error] TensorBoard logging requires TensorBoard with Python summary writer installed. This should be available in 1.14 or above

    728x90

     

    TensorBoard를 로드하기 위해선 해당 버전 이상이 필요하다는 오류 메시지이다.

     

    pip install tb-nightly

     

    해당 패키지를 설치했는데도 동일한 에러가 뜬다면

     

    conda install -c anaconda protobuf
    conda install future

     

    설치를 해주면 해결이 됩니다 :) 감사합니다.

     

     

     

    728x90

    댓글