{ "cells": [ { "cell_type": "markdown", "metadata": { "collapsed": true }, "source": [ "## FastNLP 进阶教程\n", "本教程阅读时间平均30分钟" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 数据部分\n", "### DataSet\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Instance" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Vocabulary" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 模型部分\n", "### model" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 训练测试部分\n", "### Loss" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Metric" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Trainer" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Tester" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 2", "language": "python", "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.6" } }, "nbformat": 4, "nbformat_minor": 0 }