File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ fastNLP 依赖如下包::
13
13
nltk>=3.4.1
14
14
requests
15
15
spacy
16
+ prettytable>=0.7.2
16
17
17
- 其中torch的安装可能与操作系统及 CUDA 的版本相关,请参见 `PyTorch 官网 <https://pytorch.org/get-started/locally/ >`_ 。
18
+ 其中torch的安装可能与操作系统及 CUDA 的版本相关,请参见 `PyTorch 官网 <https://pytorch.org/ >`_ 。
18
19
在依赖包安装完成的情况,您可以在命令行执行如下指令完成安装
19
20
20
21
.. code :: shell
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ fastNLP 详细使用教程
17
17
使用Modules和Models快速搭建自定义模型 </tutorials/tutorial_8_modules_models >
18
18
快速实现序列标注模型 </tutorials/tutorial_9_seq_labeling >
19
19
使用Callback自定义你的训练过程 </tutorials/tutorial_10_callback >
20
- 使用fitlog 辅助 fastNLP 进行科研 </tutorials/tutorial_11_fitlog >
21
20
22
21
.. toctree ::
23
22
:maxdepth: 1
24
23
25
- 拓展阅读:BertEmbedding的各种用法 </tutorials/extend_1_bert_embedding >
24
+ 拓展阅读1:BertEmbedding的各种用法 </tutorials/extend_1_bert_embedding >
25
+ 拓展阅读2:使用fitlog 辅助 fastNLP 进行科研 </tutorials/extend_2_fitlog >
You can’t perform that action at this time.
0 commit comments