inducer / pudb

Full-screen console debugger for Python
https://documen.tician.de/pudb/
Other
2.94k stars 226 forks source link

Pudb UI Exception Encountered: Object 'A' appears to be a sequence, but does not behave like one: iteration over a 0-d tensor #591

Closed Freed-Wu closed 1 year ago

Freed-Wu commented 1 year ago

Describe the bug

import torch
A = torch.tensor(2)

To Reproduce Steps to reproduce the behavior:

  1. pudb /the/path/of/test.py
  2. press nnVl

Expected behavior No Error

What version of pudb? What version of Python?

2022.1.3

3.10.9

Freed-Wu commented 1 year ago

Same as #544.