Closed clockzhong closed 6 years ago
@clockzhong Just comment out these two lines:
from keras.utils.vis_utils import plot_model
plot_model(model, to_file=args.save_dir+'/model.png', show_shapes=True)
这只是一种绕开问题的方法,真正的问题的root cause在keras的plot_model(里面,对吧?
See #7 and #25 Some resources can be found in https://github.com/keras-team/keras I don't remember how I fixed this problem, but I believe you can find a solution by using Google or Baidu.
Hi, Mr. Guo, I've found a problem when using the GPU version. The following is my steps: python capsulenet-multi-gpu.py --gpus 2
I've installed pydot and graphviz already, and my keras version is:
Thanks!
Clock ZHONG