logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

failed to push some refs to ‘gitlab@code.orbbec.com.cn:JanusFace-SDKGroup/Lo

在分支上运行git push origin master会报错failed to push some refs to 'gitlab@code.orbbec.com.cn:JanusFace-SDKGroup/Lo进入到所在分支,拉取对应分支的代码,在push到对应分支。

git clone失败解决方法

【代码】git clone失败解决方法。

文章图片
#git
Windows10下bash: make: command not found

在服务器上测试模型的速度,gpu都快被别人沾满了,测得结果可能不太准确,在本地win10系统配置环境运行的时候报错:$ makebash: make: command not found解决方法:1.安装MinGW2.下载make-4.2.1-without-guile-w32-bin.zip,下载网址将内容复制到你安装的git目录下D:Git \ mingw64 \合并文件夹,但不要覆盖/替换任

RuntimeError: Couldn‘t open shared file mapping: <torch_37828_3291601387>, error code: <1455>

报错:RuntimeError: Couldn't open shared file mapping: <torch_37828_3291601387>, error code: <1455>用方法1可以解决问题。

Python 中np.prod函数详解

官方文档,输入a是数组,返回指定轴上的乘积,不指定轴默认是所有元素的乘积。默认全部元素相乘,123*4=24axis =0是按列乘, axis = 1是按行乘。

‘list’、‘numpy.ndarray‘ object has no attribute ‘to‘

报错:File "/home/xinying/CDCN-Face-Anti-Spoofing.pytorch/trainer/FASTrainer.py", line 153, in traindepth_map_15, depth_map_8, depth_map_5 = depth_map_15.to(self.device), depth_map_8.to(self.device), dep

虚拟机挂载显示No such file or directory

挂载虚拟机时报错如下:~ # mount -t nfs -o nolock10.10.8.171:/home/ytj/hi3516/nfs /mnt/nfsmount: mounting 10.10.8.171:/home/ytj/hi3516/nfs on /mnt/nfs failed: No such file or directory原因:固件升级后,确实没有/mnt/nfs这个路径,只需

暂无文章信息