mirror of
https://gitee.com/fastnlp/fastNLP.git
synced 2024-12-02 04:07:35 +08:00
60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
{
|
|
"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
|
|
}
|