1 问题来源

有时候复杂的模型打印出来是这样的:

In [13]:from torchvision import models
	...:model = models.vgg16()