joschu / cgt

Computation Graph Toolkit
Other
628 stars 87 forks source link

cgt.stack only supports stacking scalars #43

Closed dementrock closed 8 years ago

dementrock commented 8 years ago

On the other hand, theano.tensor.stack supports stacking arbitrary tensors of the same shape

robertnishihara commented 8 years ago

This is a duplicate of #4 and is addressed by #42.