How can a neural network architecture be visualized with Keras?

后端 未结 2 680
栀梦
栀梦 2021-02-15 14:16

I tried the following:

#!/usr/bin/env python

import keras
from keras.models import model_from_yaml

model_file_path = \'model-301.yaml\'
weights_file_path = \'m         


        
2条回答
  •  感动是毒
    2021-02-15 14:36

    If you have not already installed pydot python package - try to install it. If you have pydot reinstallation should help with your problem.

提交回复
热议问题