Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
armaab committed Dec 25, 2018
1 parent 0589597 commit 2a96105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Expand Up @@ -201,7 +201,7 @@ def train(args):
initial_epoch=args.start_epoch)

def export(args):
"""Export the model to a hdf5 file
"""Export the model to an hdf5 file
"""
input_tensor, y_pred = build_model(None, args.num_channels)
model = Model(inputs=input_tensor, outputs=y_pred)
Expand Down

0 comments on commit 2a96105

Please sign in to comment.