conda create -p E:\miniconda3\envs\pytorch3d python=3.9… 继续阅读 Windows安装pytorch3d
作者: isvee
Windows 11 恢复 Windows 10 风格鼠标右键菜单
设置为Windows 10风格右键菜单: reg.exe add “HKCU\Software\Classes… 继续阅读 Windows 11 恢复 Windows 10 风格鼠标右键菜单
npm设置镜像
npm config set registry https://registry.npmmirror.com
修改hosts使用Chrome谷歌翻译
打开 https://ping.chinaz.com/ 输入 translate.google.cn 挑选响应… 继续阅读 修改hosts使用Chrome谷歌翻译
Centos6系统yum源(2022-09-15亲测可用)
Centos6系统yum源(2022-09-15亲测可用) 1、备份 mv /etc/yum.repos.d/… 继续阅读 Centos6系统yum源(2022-09-15亲测可用)
Ubuntu 22.04 安装 VNC Server
vi .vnc/xstartup xsetroot -solid grey autocutsel -fork … 继续阅读 Ubuntu 22.04 安装 VNC Server
pip install pytorch cuda
Download: 1.13.1 https://download.pytorch.org/whl/cu116… 继续阅读 pip install pytorch cuda
新建jupyter notebook时出现500:Internal Server Error解决方法
Error产生原因:nbconvert这个package出现了版本冲突。 解决方法: – 升级nbconver… 继续阅读 新建jupyter notebook时出现500:Internal Server Error解决方法
VS2022使用Yasm
添加环境变量 YASMPATH=G:\yasm-1.3.0-win64\ 注意结尾的\不要漏 Or: mkdi… 继续阅读 VS2022使用Yasm
Notepad++调用NASM编译器
1,启动NotePad++,在菜单上选择“运行(R)”->“运行(R)”。 2,在弹出的窗口内,输入:cmd … 继续阅读 Notepad++调用NASM编译器