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.

fastnlp_advanced_tutorial.ipynb 1.6 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {
  6. "collapsed": true
  7. },
  8. "source": [
  9. "## FastNLP 进阶教程\n",
  10. "本教程阅读时间平均30分钟"
  11. ]
  12. },
  13. {
  14. "cell_type": "markdown",
  15. "metadata": {},
  16. "source": [
  17. "## 数据部分\n",
  18. "### DataSet\n"
  19. ]
  20. },
  21. {
  22. "cell_type": "markdown",
  23. "metadata": {},
  24. "source": [
  25. "### Instance"
  26. ]
  27. },
  28. {
  29. "cell_type": "markdown",
  30. "metadata": {},
  31. "source": [
  32. "### Vocabulary"
  33. ]
  34. },
  35. {
  36. "cell_type": "markdown",
  37. "metadata": {},
  38. "source": [
  39. "## 模型部分\n",
  40. "### model"
  41. ]
  42. },
  43. {
  44. "cell_type": "markdown",
  45. "metadata": {},
  46. "source": [
  47. "## 训练测试部分\n",
  48. "### Loss"
  49. ]
  50. },
  51. {
  52. "cell_type": "markdown",
  53. "metadata": {},
  54. "source": [
  55. "### Metric"
  56. ]
  57. },
  58. {
  59. "cell_type": "markdown",
  60. "metadata": {},
  61. "source": [
  62. "### Trainer"
  63. ]
  64. },
  65. {
  66. "cell_type": "markdown",
  67. "metadata": {},
  68. "source": [
  69. "### Tester"
  70. ]
  71. },
  72. {
  73. "cell_type": "code",
  74. "execution_count": null,
  75. "metadata": {},
  76. "outputs": [],
  77. "source": []
  78. }
  79. ],
  80. "metadata": {
  81. "kernelspec": {
  82. "display_name": "Python 2",
  83. "language": "python",
  84. "name": "python2"
  85. },
  86. "language_info": {
  87. "codemirror_mode": {
  88. "name": "ipython",
  89. "version": 2
  90. },
  91. "file_extension": ".py",
  92. "mimetype": "text/x-python",
  93. "name": "python",
  94. "nbconvert_exporter": "python",
  95. "pygments_lexer": "ipython2",
  96. "version": "2.7.6"
  97. }
  98. },
  99. "nbformat": 4,
  100. "nbformat_minor": 0
  101. }