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
If you have not already installed pydot python package - try to install it. If you have pydot reinstallation should help with your problem.
pydot