python
文章平均质量分 64
YhX.
这个作者很懒,什么都没留下…
展开
-
LeetCode系列-DFS深度优先遍历
DFS的总结及实践原创 2022-07-27 22:42:06 · 383 阅读 · 0 评论 -
pytorch版的bert分类模型流程
pytorch版的bert分类模型流程,后加bert_BiLSTM融合对比前言版本详述python 3.6pytorch 1.7transformers 4.3.3一块GPU,2次EPOCH训练时间不超30min数据预处理数据分train,dev,test,三个txt文件转换数据格式设置分批训练打乱数据顺序定义模型参数batch_size 64max_len 30device cudaepochs 2 (自己可修改多轮训练尝试,2轮训练正确率结果94.9%)预训练模型下载原创 2021-04-14 19:17:32 · 2431 阅读 · 8 评论 -
Jupyter notebook 的各种配置 nbextensions 插件,中文转英文,安装nb_conda插件,添加kernel等等
Jupyter notebook 的各种配置 nbextensions 插件,中文转英文,安装nb_conda插件,1.安装/卸载Jupyter2.启动3.jupyter添加kernel的python虚拟环境4. nbextensions 插件5. jupyter中文转英文6.安装nb_conda插件1.安装/卸载Jupyterconda install jupyter notebookconda uninstall jupyter2.启动jupyter notebook3.jupyter原创 2021-04-12 22:19:50 · 938 阅读 · 2 评论