Discussion:
[theano-users] Passing sequence of sparse matrices to scan
Fab
2017-09-21 10:29:03 UTC
Permalink
Hello,
how could I pass to theano.scan a sequence of sparse matrices ? I can't
seem to find a theano sparse tensor.

Am I forced to convert to dense matrices and then create a tensor out of it
so it will iterate on the first dimension ?


Thank you
F.
--
---
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 theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Frédéric Bastien
2017-09-25 12:39:28 UTC
Permalink
Sadly, we don't support what you want.

Frédéric
Post by Fab
Hello,
how could I pass to theano.scan a sequence of sparse matrices ? I can't
seem to find a theano sparse tensor.
Am I forced to convert to dense matrices and then create a tensor out of
it so it will iterate on the first dimension ?
Thank you
F.
--
---
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
For more options, visit https://groups.google.com/d/optout.
--
---
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 theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...