- 博客(4)
- 收藏
- 关注
原创 todesk一直显示连接本地服务问题
关闭todesk终端输入 sudo systemctl restart todeskd.service重新打开todesk就可以用啦
2021-12-10 08:13:37
16476
6
原创 验证加载模型时的错误
运行报错: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
693
原创 镜像
清华镜像源: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
184
原创 用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
384
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅