Commit f5de582f authored by Matt Harvey's avatar Matt Harvey
Browse files

Dont load images into memory

Showing with 1 addition and 0 deletions
+1 -0
......@@ -95,6 +95,7 @@ def main():
if model == 'conv_3d' or model == 'crnn':
data_type = 'images'
image_shape = (80, 80, 3)
load_to_memory = False
else:
data_type = 'features'
image_shape = None
......
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