Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Mar 31, 2016
1 parent 295bfe4 commit 61ade48
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 722 deletions.
1 change: 0 additions & 1 deletion keras/engine/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -2227,7 +2227,6 @@ def load_weights(self, filepath):
str(len(flattened_layers)) + ' layers.')

for k, name in enumerate(layer_names):
print('layer', name)
g = f[name]
weight_names = g.attrs['weight_names']
if len(weight_names):
Expand Down
42 changes: 0 additions & 42 deletions keras/keras_transition_notes.md

This file was deleted.

Loading

0 comments on commit 61ade48

Please sign in to comment.