-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Description
Describe the bug
from torchvision.models import resnet18
from torchinfo import summary
model = resnet18()
a = summary(model, (1, 3, 256, 256))In python, ipython, this code will not output anything, however, in ptpython, it will output a.
Expected behavior
in any REPL of python, it shouldn't output.
ptpython: 3.0.21
python: 3.10.9
torchinfo: 1.7.1
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels
