[theano-users] Re: AttributeError: 'TensorType' object has no attribute 'shape'

2017-03-30 Thread
has been solved

On Thursday, 30 March 2017 15:11:52 UTC+2, 司马井上 wrote:
>
> import theano.tensor as tt
>
> var=tt.itensor3
> cvar=tt.flatten(var,outdim=2)
>
> I run it and get AttributeError: 'TensorType' object has no attribute 
> 'shape'
>

-- 

--- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[theano-users] AttributeError: 'TensorType' object has no attribute 'shape'

2017-03-30 Thread
import theano.tensor as tt

var=tt.itensor3
cvar=tt.flatten(var,outdim=2)

I run it and get AttributeError: 'TensorType' object has no attribute 
'shape'

-- 

--- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.