自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 todesk一直显示连接本地服务问题

关闭todesk终端输入 sudo systemctl restart todeskd.service重新打开todesk就可以用啦

2021-12-10 08:13:37 13200 6

原创 ubuntu卸载Pycharm重新安装永久激活踩坑版

踩坑自我记录篇因为之前安装了pycharm2020.1,着急用,就使用了30天的免费试用,结果今天到期了,想进行破解的时候,把文件配置搞坏了,之后连界面都打不开,一输入./pycharm.sh就会报错:OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.Error opening z

2021-11-10 20:02:41 2715

原创 验证加载模型时的错误

运行报错:RuntimeError: Error(s) in loading state_dict for AttModel:Missing key(s) in state_dict: “rnn.weight_ih_l0”, “rnn.weight_hh_l0”, “rnn.bias_ih_l0”, “rnn.bias_hh_l0”, “rnn.weight_ih_l1”, “rnn.weight_hh_l1”, “rnn.bias_ih_l1”, “rnn.bias_hh_l1”.查了很多,说原因是

2021-04-21 15:50:37 582

原创 镜像

清华镜像源:conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/clo.

2021-03-19 13:35:08 111

原创 用conda创建pytorch虚拟环境

用conda创建pytorch虚拟环境打开终端,输入conda -V检验是否安装anaconda以及当前conda的版本。输入 conda create -n your_env_name python=X.X(python版本),创建虚拟环境。激活虚拟环境: 在Linux下: source activate your_env_nam。在Windows下: conda activate your_env_name进入pytorch官网,选择对应版本,install torch、 torchvisi

2021-03-18 14:45:55 256

空空如也

空空如也

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

TA关注的人

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