diff --git a/index.rst b/index.rst index 8b11388..d1f06a3 100644 --- a/index.rst +++ b/index.rst @@ -108,11 +108,11 @@
diff --git a/sources/pytorch/install.rst b/sources/pytorch/install.rst index cbb8211..678ac3f 100644 --- a/sources/pytorch/install.rst +++ b/sources/pytorch/install.rst @@ -117,3 +117,5 @@ z = x.mm(y) print(z) + +程序能够成功打印矩阵Z的值即为安装成功。