04 2023 档案
摘要:torch1.8.1 # CUDA 10.1 pip install torch==1.8.1+cu101 torchvision==0.9.1+cu101 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
阅读全文
摘要:import os from pathlib import Path from typing import Any, Callable, Optional, Tuple import numpy as np import torch import torchvision from PIL impor
阅读全文
摘要:start 添加用户 # su root # adduser xu # passwd xu # chmod -v u+w /etc/sudoers # vim /etc/sudoers 在这一行root ALL=(ALL) ALL下新增 # xu ALL=(ALL) ALL # add by jia
阅读全文