Unverified Commit 1e16a79a authored by Gaurav Verma's avatar Gaurav Verma Committed by GitHub
Browse files

interchanging , and ) (syntax error)

parent 0db36564
Showing with 1 addition and 1 deletion
+1 -1
......@@ -20,7 +20,7 @@ data = DataSet()
# Helper: Save the model.
checkpointer = ModelCheckpoint(
filepath=os.path.join('data', 'checkpoints', 'inception.{epoch:03d}-{val_loss:.2f}.hdf5',)
filepath=os.path.join('data', 'checkpoints', 'inception.{epoch:03d}-{val_loss:.2f}.hdf5'),
verbose=1,
save_best_only=True)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment