torch每層更正

torch在module中更正fc或者conv層 對於torch每層: 當設置第7層爲1000時候,下一層爲讀入的爲1000,因此fine-tune時候,須要重置2層。web vgg.7.weight torch.Size([1000, 128, 3, 3]) vgg.7.bias torch.Size([1000]) vgg.10.weight torch.Size([256, 1000, 3,
相關文章
相關標籤/搜索