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_tutorial_6.ipynb 1.4 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "id": "fdd7ff16",
  6. "metadata": {},
  7. "source": [
  8. "# T6. fastNLP 与 paddle 或 jittor 的结合\n",
  9. "\n",
  10. "  1   fastNLP 结合 paddle 训练模型\n",
  11. " \n",
  12. "    1.1   关于 paddle 的简单介绍\n",
  13. "\n",
  14. "    1.2   使用 paddle 搭建并训练模型\n",
  15. "\n",
  16. "  2   fastNLP 结合 jittor 训练模型\n",
  17. "\n",
  18. "    2.1   关于 jittor 的简单介绍\n",
  19. "\n",
  20. "    2.2   使用 jittor 搭建并训练模型\n",
  21. "\n",
  22. "  3   fastNLP 实现 paddle 与 pytorch 互转\n",
  23. "\n",
  24. "    3.1   \n",
  25. "\n",
  26. "    3.2   "
  27. ]
  28. },
  29. {
  30. "cell_type": "code",
  31. "execution_count": null,
  32. "id": "08752c5a",
  33. "metadata": {},
  34. "outputs": [],
  35. "source": []
  36. }
  37. ],
  38. "metadata": {
  39. "kernelspec": {
  40. "display_name": "Python 3 (ipykernel)",
  41. "language": "python",
  42. "name": "python3"
  43. },
  44. "language_info": {
  45. "codemirror_mode": {
  46. "name": "ipython",
  47. "version": 3
  48. },
  49. "file_extension": ".py",
  50. "mimetype": "text/x-python",
  51. "name": "python",
  52. "nbconvert_exporter": "python",
  53. "pygments_lexer": "ipython3",
  54. "version": "3.7.13"
  55. }
  56. },
  57. "nbformat": 4,
  58. "nbformat_minor": 5
  59. }