Skip to content

Commit af08545

Browse files
committed
modify : Pretraining VGG from scrach
add packagge install code
1 parent b2cd7bf commit af08545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beginner_source/Pretraining_Vgg_from_scratch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# - We train the model from scratch using only the configuration
5757
# presented in the paper.
5858
#
59-
# - we do not use future method, like Batch normalization,Adam , He
59+
# - we do not use future method, like ``Batch normalization``,Adam , He
6060
# initialization.
6161
#
6262
# - You can apply to ImageNet Data.
@@ -150,7 +150,7 @@
150150
######################################################################
151151
# We use ``CIFAR100`` Dataset in this tutorial. In VGG paper , the authors
152152
# scales image isotropically . Then , they apply
153-
# Normalization,``RandomCrop``,``HorizontalFlip`` . So , we need to override
153+
# ``Normalization``,``RandomCrop``,``HorizontalFlip`` . So , we need to override
154154
# CIFAR100 class to apply preprocessing.
155155
#
156156

0 commit comments

Comments
 (0)