You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

tutorials.rst 986 B

123456789101112131415161718
  1. ===================
  2. fastNLP详细使用教程
  3. ===================
  4. .. toctree::
  5. :maxdepth: 1
  6. 1. 使用DataSet预处理文本 </tutorials/tutorial_1_data_preprocess>
  7. 2. 使用DataSetLoader加载数据集 </tutorials/tutorial_2_load_dataset>
  8. 3. 使用Embedding模块将文本转成向量 </tutorials/tutorial_3_embedding>
  9. 4. 动手实现一个文本分类器I-使用Trainer和Tester快速训练和测试 </tutorials/tutorial_4_loss_optimizer>
  10. 5. 动手实现一个文本分类器II-使用DataSetIter实现自定义训练过程 </tutorials/tutorial_5_datasetiter>
  11. 6. 快速实现序列标注模型 </tutorials/tutorial_6_seq_labeling>
  12. 7. 使用Modules和Models快速搭建自定义模型 </tutorials/tutorial_7_modules_models>
  13. 8. 使用Metric快速评测你的模型 </tutorials/tutorial_8_metrics>
  14. 9. 使用Callback自定义你的训练过程 </tutorials/tutorial_9_callback>
  15. 10. 使用fitlog 辅助 fastNLP 进行科研 </tutorials/tutorial_10_fitlog>