mirror of
https://github.com/yunjey/pytorch-tutorial.git
synced 2025-07-08 10:46:07 +08:00
reference added"
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
# Implementation of https://arxiv.org/pdf/1512.03385.pdf
|
# Implementation of https://arxiv.org/pdf/1512.03385.pdf/
|
||||||
# See section 4.2 for model architecture on CIFAR-10
|
# 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
|
||||||
import torch.nn as nn
|
import torch.nn as nn
|
||||||
import torchvision.datasets as dsets
|
import torchvision.datasets as dsets
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Implementation of https://arxiv.org/pdf/1512.03385.pdf
|
# Implementation of https://arxiv.org/pdf/1512.03385.pdf.
|
||||||
# See section 4.2 for model architecture on CIFAR-10
|
# 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
|
||||||
import torch.nn as nn
|
import torch.nn as nn
|
||||||
import torchvision.datasets as dsets
|
import torchvision.datasets as dsets
|
||||||
|
Reference in New Issue
Block a user