Shift+F10 在命令提示符中的窗口输入 start ms-cxh:localonly 按下回车键确定后,… 继续阅读 windows 11 25h2安装时跳过联网
作者: isvee
让Edge/Chrome信任自签名证书
证书颁发 需要openssl 3.x以上。v1.1.1不可以。 可使用openssl version查看版本 … 继续阅读 让Edge/Chrome信任自签名证书
WSL2回收磁盘空间
不同于 WSL1,WSL2 本质上是虚拟机,所以 Windows 会自动创建 vhdx 后缀的虚拟磁盘文件作为… 继续阅读 WSL2回收磁盘空间
std::forward与完美转发
在模板函数中,如果不使用 std::forward,参数的值类别(左值或右值)会丢失,导致无法实现完美转发(p… 继续阅读 std::forward与完美转发
Mask2Former install
======== Linux: conda activate pytorch2 git clone https… 继续阅读 Mask2Former install
VSCode esp32-p4
VS Code中,按下“Ctrl + Shift + P”快捷键进入 “显示所有命令” 页面。在此页面的搜索栏… 继续阅读 VSCode esp32-p4
设置PyTorch预训练模型默认下载目录
默认下载目录为: C:\Users\用户名\.cache\torch import os os.environ… 继续阅读 设置PyTorch预训练模型默认下载目录
Mask RCNN
pip install yacs ninja pycocotools cityscapesscripts gi… 继续阅读 Mask RCNN
WIndows 11 安装 WSL2 到指定位置
dism.exe /online /enable-feature /featurename:Microsoft… 继续阅读 WIndows 11 安装 WSL2 到指定位置
Pytorch 转 ONNX
pip install onnx onnxruntime onnxruntime-gpu ==== PyTor… 继续阅读 Pytorch 转 ONNX