======== Linux: conda activate pytorch2 git clone https… 继续阅读 Mask2Former install
设置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
PyTorch打印指定层的输入输出
features_in_hook = [] features_out_hook = [] def hook(m… 继续阅读 PyTorch打印指定层的输入输出
Colab保存训练好的模型文件
连接Google Drive from google.colab import drive drive.mou… 继续阅读 Colab保存训练好的模型文件
Llama2 可用地址
https://www.llama2.ai/ https://huggingface.co/chat/
PyCharm设置调式时可预览PyTorch Tensor图像
from PIL import Image from torchvision.transforms impor… 继续阅读 PyCharm设置调式时可预览PyTorch Tensor图像
Tauri JavaScript使用自定义协议获取Rust端返回的二进制数据
JavaScript: var startTime = 0; var endTime = 0; var tot… 继续阅读 Tauri JavaScript使用自定义协议获取Rust端返回的二进制数据