Skip to content

Fixed Size[] used on tensors (#96) #98

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

Merged
merged 1 commit into from
Mar 7, 2025
Merged

Fixed Size[] used on tensors (#96) #98

merged 1 commit into from
Mar 7, 2025

Conversation

tcoroller
Copy link
Collaborator

The error AttributeError: 'Tensor' object has no attribute 'Size' is caused by the incorrect usage of Size[] instead of the correct method size().

The error AttributeError: 'Tensor' object has no attribute 'Size' is caused by the incorrect usage of Size[] instead of the correct method size().
@tcoroller tcoroller linked an issue Mar 7, 2025 that may be closed by this pull request
@tcoroller tcoroller merged commit f46cc4e into main Mar 7, 2025
4 checks passed
@tcoroller tcoroller deleted the 97-size branch June 24, 2025 14:31
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

Successfully merging this pull request may close these issues.

Size()
2 participants