fix readme link

This commit is contained in:
zwy 2020-03-22 11:44:59 +08:00
parent 718d738ad4
commit 1260e19235
3 changed files with 20 additions and 20 deletions

View File

@ -298,11 +298,11 @@ help(jt.ops)
[1]: notebook/example.md "示例"
[2]: notebook/basics.md "基本概念"
[3]: notebook/meta_op.md "元算子"
[4]: notebook/custom_op.md "自定义算子"
[5]: notebook/profiler.md "性能分析器"
[1]: notebook/example.src.md "示例"
[2]: notebook/basics.src.md "基本概念"
[3]: notebook/meta_op.src.md "元算子"
[4]: notebook/custom_op.src.md "自定义算子"
[5]: notebook/profiler.src.md "性能分析器"
这些notebooks可以通过python3.7 -m jittor.notebook在您自己的计算机中运行。

View File

@ -289,11 +289,11 @@ If you want to know more about Jittor, please check out the notebooks below:
[1]: notebook/example.md "example"
[2]: notebook/basics.md "basics"
[3]: notebook/meta_op.md "meta_op"
[4]: notebook/custom_op.md "custom_op"
[5]: notebook/profiler.md "profiler"
[1]: notebook/example.src.md "example"
[2]: notebook/basics.src.md "basics"
[3]: notebook/meta_op.src.md "meta_op"
[4]: notebook/custom_op.src.md "custom_op"
[5]: notebook/profiler.src.md "profiler"
Those notebooks can be started in your own computer by `python3.7 -m jittor.notebook`

View File

@ -364,16 +364,16 @@ If you want to know more about Jittor, please check out the notebooks below:
[1]: notebook/example.md "example"
[2]: notebook/basics.md "basics"
[3]: notebook/meta_op.md "meta_op"
[4]: notebook/custom_op.md "custom_op"
[5]: notebook/profiler.md "profiler"
[1]: notebook/example.md "示例"
[2]: notebook/basics.md "基本概念"
[3]: notebook/meta_op.md "元算子"
[4]: notebook/custom_op.md "自定义算子"
[5]: notebook/profiler.md "性能分析器"
[1]: notebook/example.src.md "example"
[2]: notebook/basics.src.md "basics"
[3]: notebook/meta_op.src.md "meta_op"
[4]: notebook/custom_op.src.md "custom_op"
[5]: notebook/profiler.src.md "profiler"
[1]: notebook/example.src.md "示例"
[2]: notebook/basics.src.md "基本概念"
[3]: notebook/meta_op.src.md "元算子"
[4]: notebook/custom_op.src.md "自定义算子"
[5]: notebook/profiler.src.md "性能分析器"
Those notebooks can be started in your own computer by `python3.7 -m jittor.notebook`