diff --git a/chapter_computer-vision/neural-style.md b/chapter_computer-vision/neural-style.md index 2502f0860c31c10bd6a73c5c84d094576fdd8a31..b259411b66caaf080dd5f51b45237070691c016a 100644 --- a/chapter_computer-vision/neural-style.md +++ b/chapter_computer-vision/neural-style.md @@ -55,7 +55,7 @@ def postprocess(img): ## 抽取特征 -我们使用原论文使用的VGG-19模型,并下载在Imagenet上训练好的权重 [1]。 +我们使用原论文使用的VGG-19模型,并下载在ImageNet上训练好的权重 [1]。 ```{.python .input n=5} pretrained_net = model_zoo.vision.vgg19(pretrained=True)