Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jun 6, 2018
1 parent bbf4283 commit 632560d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keras/engine/saving.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@ def convert_nested_time_distributed(weights):
# Returns
A list of weights values (Numpy arrays).
"""
return preprocess_weights_for_loading(layer.layer, weights, original_keras_version, original_backend)
return preprocess_weights_for_loading(
layer.layer, weights, original_keras_version, original_backend)

def convert_nested_model(weights):
"""Converts layers nested in `Model` or `Sequential` by `preprocess_weights_for_loading()`.
Expand Down

0 comments on commit 632560d

Please sign in to comment.