Hiker01
Results
2
comments of
Hiker01
> @Hiker01 Have u solved the problem? I have the same problem of versions here. Yes, you can set you enviroment to pytorch0.3.1 and python 2.7.
> 方法 2. 不显式地定义新的网络,通过迭代网络模块计算输出,最后返回 > > 例如: > > ```python > class FeatureExtractor(nn.Module): > def __init__(self, submodule, extracted_layers): > self.submodule = submodule > > def forward(self, x): > outputs =...