深度学习 [7]
VScode实现经过跳板机的代码双向同步
介绍 VSCode 中 SFTP 插件的安装、配置及通过跳板机连接服务器的方法。
Stable Diffusion代码详解(一)
一、前置知识 1.DDPM 论文:[2006.11239] Denoising Diffusion Probabilistic Models 代码:hojonathanho/diffusion: Denoising Diffusion Probabilistic Models 2.DDIM 论文:[
Pycharm SSH 远程连接 Windows 环境
首先创建服务器 设置好后为: 然后新建一个基于ssh的解释器 寻找另一台电脑的环境信息,把解释器的路径导入 报错:
Tmux 常用指令
pycharm只适合调试代码,长时间训练应当使用tmux配合进行。 1. 启动与退出 # 启动
tmux
# 退出
exit
2. 会话管理 # 新建一个会话
tmux new -s <name>
# 分离会话
tmux detach
# 查看会话
tmux ls
# 接入会话
tmux atta
报错: Weights only load failed. This file can still be loaded
1. 报错信息 Error: Weights only load failed. This file can still be loaded, to do so you have two options, do those steps only if you trust the source of
报错:OSError You seem to have cloned a repository without
1. 报错信息 OSError You seem to have cloned a repository without having git-lfs installed. Please install git-lfs and run git lfs install followed by git
报错:Cannot set attribute 'src' directly.
1. 报错信息
WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
PyTorch 2.4.1+cu121 with CUDA 1201 (you have 2.7.1+c