Skip to content

Commit 33b9957

Browse files
committed
update documents
1 parent a5c6364 commit 33b9957

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/source/user/installation.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ fastNLP 依赖如下包::
1313
nltk>=3.4.1
1414
requests
1515
spacy
16+
prettytable>=0.7.2
1617

17-
其中torch的安装可能与操作系统及 CUDA 的版本相关,请参见 `PyTorch 官网 <https://pytorch.org/get-started/locally/>`_ 。
18+
其中torch的安装可能与操作系统及 CUDA 的版本相关,请参见 `PyTorch 官网 <https://pytorch.org/>`_ 。
1819
在依赖包安装完成的情况,您可以在命令行执行如下指令完成安装
1920

2021
.. code:: shell

docs/source/user/tutorials.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ fastNLP 详细使用教程
1717
使用Modules和Models快速搭建自定义模型 </tutorials/tutorial_8_modules_models>
1818
快速实现序列标注模型 </tutorials/tutorial_9_seq_labeling>
1919
使用Callback自定义你的训练过程 </tutorials/tutorial_10_callback>
20-
使用fitlog 辅助 fastNLP 进行科研 </tutorials/tutorial_11_fitlog>
2120

2221
.. toctree::
2322
:maxdepth: 1
2423

25-
拓展阅读:BertEmbedding的各种用法 </tutorials/extend_1_bert_embedding>
24+
拓展阅读1:BertEmbedding的各种用法 </tutorials/extend_1_bert_embedding>
25+
拓展阅读2:使用fitlog 辅助 fastNLP 进行科研 </tutorials/extend_2_fitlog>

0 commit comments

Comments
 (0)