Unverified Commit 92910112 authored by Matt Harvey's avatar Matt Harvey Committed by GitHub
Browse files

Fix datatype for LRCN

Fixes #32.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -96,7 +96,7 @@ def main():
data_type = 'images'
image_shape = (80, 80, 3)
elif model == 'lrcn':
data_type = 'image'
data_type = 'images'
image_shape = (150, 150, 3)
else:
data_type = 'features'
......
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