aboutsummaryrefslogtreecommitdiff
path: root/evaluate.py
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2019-02-12 20:11:42 +0000
committerVasil Zlatanov <v@skozl.com>2019-02-12 20:11:42 +0000
commit5465197675ff82c54b477cebff3be7beccfec560 (patch)
tree1a0516f8615848e6bab833f31bbde8822800c1d2 /evaluate.py
parent17528eb77d8f7c888186a85f17fa60ad0ffd6cf8 (diff)
downloade4-vision-5465197675ff82c54b477cebff3be7beccfec560.tar.gz
e4-vision-5465197675ff82c54b477cebff3be7beccfec560.tar.bz2
e4-vision-5465197675ff82c54b477cebff3be7beccfec560.zip
Fixes to intro
Diffstat (limited to 'evaluate.py')
-rwxr-xr-xevaluate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/evaluate.py b/evaluate.py
index 321e792..371ba36 100755
--- a/evaluate.py
+++ b/evaluate.py
@@ -107,6 +107,7 @@ def main():
train = data['desc_tr']
test = data['desc_te']
train_part = data['desc_sel'].T
+ print(train_part.shape)
logging.debug("Verbose is on")
if args.testmode: