Chunde / cuda-convnet2

Automatically exported from code.google.com/p/cuda-convnet2
Apache License 2.0
0 stars 0 forks source link

saving multiview predictions (--test-out) does not work #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. train a model
2. multiview test the model and --test-out=1
3.

What is the expected output? What do you see instead?
probs matrix of multiview tested result.
All zero matrix

What version of the product are you using? On what operating system?
latest version

Please provide any additional information below.
Is --test-out function not yet developed? Since I saw the part of writing probs 
matrix is commented. Or is there any other simple way to save the multiview 
test predictions? thanks

Original issue reported on code.google.com by xiesain...@gmail.com on 13 Aug 2014 at 6:45

GoogleCodeExporter commented 8 years ago
Yeah, it's true, this isn't implemented at the moment. I'll fix it eventually.

Original comment by akrizhev...@gmail.com on 13 Aug 2014 at 11:03