|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "cells": [
- {
- "cell_type": "markdown",
- "id": "fdd7ff16",
- "metadata": {},
- "source": [
- "# T4. model 的搭建与 driver 的概念\n",
- "\n",
- "  1   fastNLP 中预训练模型的使用\n",
- " \n",
- "    1.1   \n",
- "\n",
- "    1.2   \n",
- "\n",
- "  2   fastNLP 中使用 Pytorch 搭建模型\n",
- "\n",
- "    2.1   \n",
- "\n",
- "    2.2   \n",
- "\n",
- "  3   fastNLP 中的 driver\n",
- "\n",
- "    3.1   \n",
- "\n",
- "    3.2   "
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "id": "08752c5a",
- "metadata": {},
- "outputs": [],
- "source": []
- }
- ],
- "metadata": {
- "kernelspec": {
- "display_name": "Python 3 (ipykernel)",
- "language": "python",
- "name": "python3"
- },
- "language_info": {
- "codemirror_mode": {
- "name": "ipython",
- "version": 3
- },
- "file_extension": ".py",
- "mimetype": "text/x-python",
- "name": "python",
- "nbconvert_exporter": "python",
- "pygments_lexer": "ipython3",
- "version": "3.7.4"
- }
- },
- "nbformat": 4,
- "nbformat_minor": 5
- }
|