[mlpack-svn] [MLPACK] #300: allknn fails for mnist8m dataset

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Wed Aug 14 22:53:44 EDT 2013


#300: allknn fails for mnist8m dataset
----------------------+-----------------------------------------------------
  Reporter:  rozyang  |        Owner:  rcurtin 
      Type:  defect   |       Status:  accepted
  Priority:  major    |    Milestone:          
 Component:  mlpack   |   Resolution:          
  Keywords:           |     Blocking:          
Blocked By:           |  
----------------------+-----------------------------------------------------
Changes (by rcurtin):

  * owner:  => rcurtin
  * status:  new => accepted


Comment:

 Hello there,

 How are you getting mnist8m.csv out of train8m-images-idx3-ubyte? (or is
 that the wrong file?)  Also, can you try with mlpack-1.0.6 or svn trunk to
 see if the issue has been fixed?

 There should not be a problem loading the file as far as RAM is concerned.
 allknn will use RAM at least 2x the size of the dataset, because the
 dataset is transposed upon loading.

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/300#comment:1>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed at Georgia Tech.


More information about the mlpack-svn mailing list