Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Infinite recursion when indexing Variable #13

@colesbury

Description

@colesbury
import torch
from torch.autograd import Variable
v = Variable(torch.ones(5, 5))
v[0]
...
RecursionError: maximum recursion depth exceeded

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions