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

Change feature return

Showing with 1 addition and 1 deletion
+1 -1
......@@ -47,7 +47,7 @@ class Extractor():
if self.weights is None:
# For imagenet/default network:
features = features[0][0][0]
features = features[0]
else:
# For loaded network:
features = features[0]
......
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