noccn
noccn copied to clipboard
Utilities for Alex Krizhevsky's cuda-convnet
Get cuda-convnet repository path from CUDA_CONVNET; Use list (packs) to save memory with metadata; Use CIFARDataProvider defaults (32, 32) in ccn-make-batches; Fix image orientation in ccn-make-batches; Save CSV header in...
Hi I'm trying to make batch from CALTECH jpg images and I have this error for some images : im_data= im_data.T.reshape(self.chaneels,-1).reshape(-1) ValueError : total size of new array must be...
Haloo, from the issue i posted here https://github.com/dnouri/cuda-convnet/issues/2 , there is a typo the images shud be 14thousands not million , sorry. the error message when i ran the make-batch...
Hello Daniel, It appears that 'auc-value' (in the predict.py, def report) is only used for binary classification. Given multiple classification problem, it's likely to throw out error. I wonder if...