Skip to content

Commit 46e19b9

Browse files
committed
Cleanup
1 parent 8824f1b commit 46e19b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

keras/models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ def model_from_yaml(yaml_string):
8585
which is either created by hand or from to_yaml method of Sequential or Graph
8686
'''
8787
model_params = yaml.load(yaml_string)
88-
print(model_params)
89-
9088
model_name = model_params.get('name')
9189
if not model_name in {'Graph', 'Sequential'}:
9290
raise Exception('Unrecognized model:', model_name)

0 commit comments

Comments
 (0)