PyDev.Debugger icon indicating copy to clipboard operation
PyDev.Debugger copied to clipboard

to display length/shape

Open qige96 opened this issue 1 year ago • 0 comments

Displays the size of an Sized variable before displaying its value, such as np.ndarray, torch.Tensor. Can benefit ML/AI programming, as well as other programming that works heavily on large collections. Addressing https://github.com/microsoft/debugpy/issues/1525, https://github.com/microsoft/debugpy/issues/1191, etc.

screenshot

qige96 avatar Aug 30 '24 02:08 qige96