Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Matt Harvey
five-video-classification-methods
Commits
1e16a79a
Unverified
Commit
1e16a79a
authored
7 years ago
by
Gaurav Verma
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
interchanging , and ) (syntax error)
parent
0db36564
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
train_cnn.py
+1
-1
train_cnn.py
with
1 addition
and
1 deletion
+1
-1
train_cnn.py
+
1
-
1
View file @
1e16a79a
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment