load('pytorch/vision:v0.6.0', 'inception_v3', pretrained=True) l = recursively_find_submodules(inception, torch.nn.ReLU) # l is empty!
確定! 回上一頁