自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 linux把文件压缩解压命令

01-.tar格式解包:[*******]$ tar xvf FileName.tar打包:[*******]$ tar cvf FileName.tar DirName(注:tar是打包,不是压缩!)02-.gz格式解压1:[*******]$ gunzip FileName.gz解压2:[*******]$ gzip -d FileName.gz压 缩:[*******]$ gzip FileName03-.tar.gz格式解压:[*******]$ tar zxvf FileNam.

2021-12-03 10:55:24 110

原创 deeplabcut对各cuda版本的适配版本记录

deeplabcut应用在GPU上有时会有环境配置的问题,最近收集到了一些各个版本的可行环境配置:OS: Ubuntu 18.04 LTSpip install deeplabcut== 2.1.9cuda 10.0,cudnn 7.6.5,tensorflow-gpu = 1.13.1python = 3.7OS: Ubuntu 18.04 LTSpip install deeplabcutcorecuda 11.1,cudnn 8.1.1,tensorflow= 1.

2021-12-02 16:00:59 1776

原创 Conda时出现CondaHTTPError: HTTP 404 问题解决方法

最近用conda的时候老报错,然后一通摸索好了报错如下:网上很多说删掉defaults,试了不行;说替换成别的阿里源、豆瓣源,也不行;最后自己手动改了一下文件内容,还是清华源。修改 ‘.condarc’ 文件如下,立马好了:show_channel_urls: truechannels: - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ - http://mirrors.tuna.tsinghua.edu.

2021-12-01 19:46:07 9042 2

原创 Failed connect to github.com:443; Connection timed out

完美解决 git clone 报错问题问题展示如下:git clone https://github.com/xxx.gitCloning into 'xxx'...fatal: unable to access 'https://github.com/xxx.git/': Failed connect to github.com:443; Connection timed out只需要在命令行中执行git config --global --unset http.proxygi..

2021-11-26 13:56:11 258

原创 2021年再次使用deeplabcut遇到的坑记录

#避免报错cudnn无法使用os.environ['TF_FORCE_GPU_ALLOW_GROWTH'] = 'true'

2021-08-24 10:19:38 995

原创 阿里镜像源pip

pip install torch==1.4.0 -i https://mirrors.aliyun.com/pypi/simple/

2021-08-24 10:10:38 335

转载 非root用户在linux下安装多个版本的CUDA和cuDNN

非root用户在linux下安装多个版本的CUDA和cuDNNhttps://blog.csdn.net/weixin_45956028/article/details/119419463https://blog.csdn.net/hizengbiao/article/details/88625044

2021-08-23 16:06:13 246

空空如也

空空如也

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

TA关注的人

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