Github user bgreeven commented on the pull request:

    https://github.com/apache/spark/pull/1290#issuecomment-52456503
  
    Thanks for your feedback. I'll write some documentation, and also add some 
comments. I'll try with similar size data.
    
    The internal data structure of the weights (and gradient) would have a 
dimension of (1001*500)+(501*18)=509518 floats. The weights are stored in a 
non-sparse vector, sometimes converted to Breeze. There may be an issue with 
that for this size of data. It should be possible though, so worth to have a 
look on how to fix it.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to