Thanks! On Thursday, October 27, 2016 at 5:32:56 PM UTC-4, Pascal Lamblin wrote: > > On Thu, Oct 27, 2016, Phil N wrote: > > I have a theano vector, with shape (3,) that contains 3 updatable > > parameters for a covariance matrix. I want to convert this to a (2,2) > > T.matrix where one of the parameters is duplicated. I am unsure on how > to > > do this. The original vector must stay (3,). > > Something like T.stack([[v[0], v[1]], [v[1], v[2]]])? > > -- > Pascal >
-- --- 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.
