Tensorflow, Tensorboard, 등과 protobuf의 버전이 맞지 않아서 발생하는 오류.
➜ TensorFlow 나 PyTorch 버전을 올리면 해결 가능!
-
Tensorflow를 2.9.1 이상으로 올리기
pip install tensorflow==2.9.1
or
protobuf 버전을 낮추기pip install –upgrade protobuf<=3.20.1 or pip install protobuf<=3.20.1 --force-reinstall
-
코드 실행