编辑
2025-03-22
软件
00
cmd
conda create -n pointcept python=3.8 -y conda activate pointcept conda install ninja -y # Choose version you want here: https://pytorch.org/get-started/previous-versions/ # We use CUDA 11.8 and PyTorch 2.1.0 for our development of PTv3 conda install pytorch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 pytorch-cuda=11.8 -c pytorch -c nvidia conda install h5py pyyaml -c anaconda -y
编辑
2025-03-01
软件
00

自动换行

  • Settings -> Word Wrap

注释

  • 单行:Ctrl + /
  • 块:Alt + Shift + A

python格式化

  • 安装autopep8插件

颜色设置

json
"workbench.colorCustomizations": { "editor.selectionBackground": "#c3f66b48", "editor.background": "#ffffff", "activityBar.background": "#ffffff", "sideBar.background": "#ffffff", "panel.background": "#ffffff", "statusBar.background": "#ffffff", "titleBar.activeBackground": "#ffffff", "editorGroup.emptyBackground": "#ffffff", "tab.activeBackground": "#ffffff", "tab.inactiveBackground": "#ffffff", "tab.activeForeground": "#000000", "tab.inactiveForeground": "#000000", "editorGroupHeader.tabsBackground": "#ffffff", "tab.border": "#ffffff", "tab.activeBorder": "#ef7676" },
编辑
2025-02-28
软件
00

安装

Miniconda

删除环境

bash
conda env remove --name 环境名称

创建环境

bash
conda create -n <name> python=3.8 -y

清除缓存

bash
conda clean --all
编辑
2025-02-24
收藏
00

image.png

编辑
2025-01-03
ubuntu
00

网易云音乐

RUST网易云音乐

Ubuntu启动盘制作工具

sudo apt-get install usb-creator-gtk

剪切板

https://github.com/EcoPasteHub/EcoPaste