!1008 1. remove external links. 2.update python doc

Merge pull request !1008 from liyanliu96/master
pull/1008/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit 39f68f278a

@ -8,7 +8,7 @@ This example is for Googlenet model training and evaluation.
- Install [MindSpore](https://www.mindspore.cn/install/en).
- Download the dataset [CIFAR-10](http://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz).
- Download the CIFAR-10 binary version dataset.
> Unzip the CIFAR-10 dataset to any path you want and the folder structure should be as follows:
> ```

@ -32,7 +32,7 @@ class Conv2dBlock(nn.Cell):
kernel_size (int): Input kernel size. Default: 1
stride (int): Stride size for the first convolutional layer. Default: 1.
padding (int): Implicit paddings on both sides of the input. Default: 0.
pad_mode (int): Padding mode. Optional values are "same", "valid", "pad". Default: "same".
pad_mode (str): Padding mode. Optional values are "same", "valid", "pad". Default: "same".
Returns:
Tensor, output tensor.
"""

Loading…
Cancel
Save