VGG pytorch architecture

代碼是torchvision上的經典models,分別實現了vgg11,13,16,19帶有batchnorm和不帶batchnorm八個版本的結構。 傳送門:https://github.com/pytorch/vision 具體可以參照下圖:特別注意到代碼實現全部採用了3*3的卷積   import torch.nn as nn import torch.utils.model_zoo as
相關文章
相關標籤/搜索