自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 服务器断网,程序也不会停止运行tmux

tmux]: conda activate env_name # 在tmux会话中,我们激活我们要使用的conda环境。[terminal]: tmux new -s train_model # 创建一个会话,并设置会话名:train_model。[tmux]: python train.py # 在tmux会话中,开始训练我们的模型。[tmux]: Ctrl+d 或 exit # 将会话与窗口分离。

2024-07-29 11:39:12 268

原创 报错 AttributeError: _2D 或 AttributeError: _3D 解决思路

face_alignment报错 AttributeError: _2D 或 AttributeError: _3D 解决思路_attributeerror: 'facealignment' object has no attr-CSDN博客

2024-07-23 10:31:39 203

原创 记事本全部提取文件夹的文件名的方法

见:https://jingyan.baidu.com/article/f71d60374a4eb65ab741d133.htmlhttps://jingyan.baidu.com/article/f71d60374a4eb65ab741d133.html

2022-03-03 10:20:31 349

原创 过拟合、欠拟合解决办法

出自:欠拟合、过拟合及其解决方法_willduan的博客-CSDN博客_欠拟合

2022-01-07 08:27:54 610

原创 ERROR: Cannot uninstall ‘Werkzeug‘. It is a distutils installed project and thus we cannot accuratel

答案请看:ERROR: Cannot uninstall 'Werkzeug'. It is a distutils installed project and thus we cannot ac_何少的博客-CSDN博客

2021-10-28 09:37:30 132

原创 pip安装出现ERROR: Could not find a version that satisfies the requirement xxx问题的解决办法

转自:解决 ERROR: Could not find a version that satisfies the requirement xxx 的问题_JMU-HZH的博客-CSDN博客

2021-10-21 09:57:51 5804

原创 attention中Query与Key相似度计算方法

点积乘法加法

2021-10-09 16:44:48 1251

原创 lstm加入attention好处

lstm只能对输入生成固定长度的向量,不会对信息重要程度进行区分,对于过于长的语句,当要翻译的句子较长时,一个c可能存不下那么多信息,就会造成翻译精度的下降,而attention解决了这些问题。...

2021-10-09 16:31:43 4274

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除