You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation: I can't run mxnet on the 10M records airline set #29 because model.matrix crashes out of RAM (on g2.8xlarge with 60GB or RAM - largest available for GPU instances).
Using Matrix::sparse.model.matrix to encode the categorical data would be great (uses <2GB RAM), but I get:
Error in asMethod(object) :
Cholmod error 'problem too large' at file ../Core/cholmod_dense.c, line 105
Strangely on the 1M dataset I get another error:
Error: io.cc:50: Seems X, y was passed in a Row major way, MXNetR adopts a column major convention.
The text was updated successfully, but these errors were encountered:
szilard
changed the title
mxnet sparse data
mxnet sparse data format
Nov 28, 2015
@tqchen@hetong007 Is sparse representation on the roadmap? - see thread above (I know mxnet is very new, and I have to tell you I think it already looks pretty great).
Motivation: I can't run mxnet on the 10M records airline set #29 because
model.matrix
crashes out of RAM (on g2.8xlarge with 60GB or RAM - largest available for GPU instances).Using
Matrix::sparse.model.matrix
to encode the categorical data would be great (uses <2GB RAM), but I get:Strangely on the 1M dataset I get another error:
The text was updated successfully, but these errors were encountered: