Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Tensor' object has no attribute 'reshape' #6779

Open
yassinesamet opened this issue Jun 22, 2021 · 0 comments
Open

'Tensor' object has no attribute 'reshape' #6779

yassinesamet opened this issue Jun 22, 2021 · 0 comments

Comments

@yassinesamet
Copy link

import theano.tensor as T
y_true = T.flatten(y_true)

.
File "/home/yassine/venv/lib/python3.6/site-packages/theano/tensor/basic.py", line 5122, in flatten
x_reshaped = x.reshape(dims)
AttributeError: 'Tensor' object has no attribute 'reshape'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant