Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
92910112
Unverified
Commit
92910112
authored
7 years ago
by
Matt Harvey
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix datatype for LRCN
Fixes
#32
.
parent
c9d0a9ab
master
add-demo-script
github/fork/Anner-deJong/patch-2
github/fork/ideaRunner/edit_move_file
github/fork/ikvision/master
github/fork/mertia-himanshu/master
github/fork/prabindh/master
github/fork/sanshibayuan/master
playground
playground-add-synthetic
v1.0
1 merge request
!42
Fix datatype for LRCN
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
train.py
+1
-1
train.py
with
1 addition
and
1 deletion
+1
-1
train.py
+
1
-
1
View file @
92910112
...
...
@@ -96,7 +96,7 @@ def main():
data_type
=
'images'
image_shape
=
(
80
,
80
,
3
)
elif
model
==
'lrcn'
:
data_type
=
'image'
data_type
=
'image
s
'
image_shape
=
(
150
,
150
,
3
)
else
:
data_type
=
'features'
...
...
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
Menu
Explore
Projects
Groups
Snippets