-
Couldn't load subscription status.
- Fork 332
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels