We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8824f1b commit 46e19b9Copy full SHA for 46e19b9
keras/models.py
@@ -85,8 +85,6 @@ def model_from_yaml(yaml_string):
85
which is either created by hand or from to_yaml method of Sequential or Graph
86
'''
87
model_params = yaml.load(yaml_string)
88
- print(model_params)
89
-
90
model_name = model_params.get('name')
91
if not model_name in {'Graph', 'Sequential'}:
92
raise Exception('Unrecognized model:', model_name)
0 commit comments