Hi, I have: A scipy sparse matrix 'csr' with shape (262144, 262144) and 6522916 non zero rows and A theano tensor variable 'x', a flattened (512*512) = 262144 output of a feature map.
I want to do a dot product in theano between them. How can i convert the scipy sparse matrix into a theano sparse matrix? How do I go about this task? Thanks, Lalit -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
