
环境配置
在路上的咸鱼
~~~
展开
-
重新更新博客
这里写自定义目录标题起因起因很久没有更新博客了,昨天从github上下载之后,hexo的命令全忘了。hexo g # 生成hexo d # 部署发现hexo直接类似这样的报错(我的log在重启之后没了,从网上找的大概是这个吧):TypeError [ERR_INVALID_ARG_TYPE]: The "mode" argument must be integer. Received an instance of Object一同操作下来,发现是自己的node.js版本不对,于原创 2021-03-18 07:06:30 · 219 阅读 · 0 评论 -
RuntimeError: cuDNN version mismatch: PyTorch was compiled against 7102 but linked against 7301
报错:RuntimeError: cuDNN version mismatch: PyTorch was compiled against 7102 but linked against 7301解决办法:conda install cudnn=7.1.2原创 2019-02-13 14:37:07 · 4968 阅读 · 0 评论 -
perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUA
perl: warning: Setting locale failed.perl: warning: Please check that your locale settings:LANGUAGE = (unset),LC_ALL = (unset),LC_CTYPE = “zh_CN.UTF-8”,LANG = “en_US.UTF-8”are supported and inst...原创 2019-02-14 15:38:55 · 954 阅读 · 0 评论 -
colab 挂载google drive
from google.colab import drivedrive.mount('/content/drive')原创 2019-03-03 18:56:23 · 1163 阅读 · 0 评论 -
gdrive使用
https://www.howtoing.com/how-to-access-google-drive-from-linux-gdrive原创 2019-03-03 19:36:05 · 1981 阅读 · 0 评论 -
同步文件夹
rsync -avt e2e/ xxliu@10.111.222.222:/e2e/原创 2019-03-12 19:49:22 · 229 阅读 · 0 评论 -
ycm
问题:The ycmd server SHUT DOWN (restart with ':YcmRestartServ… using it. Follow the instructions in the documentation.系统:mac解决方案:xcode-select --install子模块的安装不要用anaconda安装,用系统自带的。cd ~/.vim/bund...原创 2019-05-23 04:17:59 · 645 阅读 · 0 评论