본문 바로가기

문제 해결

You must install pydot (`pip install pydot`) and install graphviz (see instructions at https://graphviz.gitlab.io/download/) for plot_model/model_to_dot to work.

모델 시각화 과정에서 발생하는 오류 

 

pip install pydot
pip install graphviz
pip install pydotplus

 

맥에서 위와 같이 해도 해결이 안되었다.

 

brew install graphviz

 

이후 해결되었다.