mirror of
https://github.com/yunjey/pytorch-tutorial.git
synced 2025-07-07 10:05:29 +08:00
reference added"
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
# Implementation of https://arxiv.org/pdf/1512.03385.pdf
|
||||
# See section 4.2 for model architecture on CIFAR-10
|
||||
# Implementation of https://arxiv.org/pdf/1512.03385.pdf/
|
||||
# See section 4.2 for model architecture on CIFAR-10.
|
||||
# Some part of the code was referenced below.
|
||||
# https://github.com/pytorch/vision/blob/master/torchvision/models/resnet.py
|
||||
import torch
|
||||
import torch.nn as nn
|
||||
import torchvision.datasets as dsets
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Implementation of https://arxiv.org/pdf/1512.03385.pdf
|
||||
# See section 4.2 for model architecture on CIFAR-10
|
||||
# Implementation of https://arxiv.org/pdf/1512.03385.pdf.
|
||||
# See section 4.2 for model architecture on CIFAR-10.
|
||||
# Some part of the code was referenced below.
|
||||
# https://github.com/pytorch/vision/blob/master/torchvision/models/resnet.py
|
||||
import torch
|
||||
import torch.nn as nn
|
||||
import torchvision.datasets as dsets
|
||||
|
Reference in New Issue
Block a user