
环境搭建
BokyLiu
这个作者很懒,什么都没留下…
展开
-
jetson-xavier-nx安装pytorch
安装PyTorch 1.6.0wget https://nvidia.box.com/shared/static/yr6sjswn25z7oankw8zy1roow9cy5ur1.whl -O torch-1.6.0rc2-cp36-cp36m-linux_aarch64.whlsudo apt-get install python3-pip libopenblas-base libopenmpi-devsudo pip3 install Cythonsudo pip3 install torch-翻译 2020-09-07 11:29:46 · 1307 阅读 · 3 评论 -
Tensorflow:UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed
Tensorflow报错解决:shUnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.我在同一个进程中使用tensorflow和torch时,发生上述报错,同时显存也被占满。有人说删除~/.nv/文件夹,这个文件夹是一原创 2020-07-22 10:59:52 · 454 阅读 · 3 评论 -
Ubuntu CURL下载报错:curl: (77) error setting certificate verify locations:
curl: (77) error setting certificate verify locations:CAfile: /etc/pki/tls/certs/ca-bundle.crtCApath: noneneed to create folders for the target destination if they do not exist by runningsudo mkdir -p /etc/pki/tls/certsCopying your certificate to the转载 2020-07-01 10:17:56 · 3803 阅读 · 0 评论 -
Git 出错error: Pulling is not possible because you have unmerged files
参考:https://blog.youkuaiyun.com/zxsted/article/details/17022665在git pull的过程中,如果有冲突,那么除了冲突的文件之外,其它的文件都会做为staged区的文件保存起来。重现:$ git pull origin mastererror: Pulling is not possible because you have unmerged ...原创 2020-04-08 18:03:18 · 2842 阅读 · 5 评论 -
NFS unmatched host
在挂载nfs时报错$ sudo sh mount_tx2.sh mount.nfs: access denied by server while mounting 192.168.111.177:/home/face这时就需要知道是什么问题导致了挂载被拒绝,于是去服务端查看错误信息:$ cat /var/log/syslog | grep mountMar 10 19:44:42 fa...原创 2020-03-10 20:56:30 · 2891 阅读 · 1 评论