-
D:\xuexi\anaconda\envs\unet\python.exe D:/unet-pytorch-main/train.py
initialize network with normal type
Load weights model_data/unet_vgg_voc.pth.
Start Train
Epoch 1/50: 0%| | 0/27 [00…
-
When I use Dynamically Switch LoRA, I cannot achieve the switching of LoRa. Switching to LoRa 2 results in the same image as LoRa 1.
PyTorch version 2.1.2
```python
def update_state_dict(dst, s…
-
# Using PyTorch Hooks for the Dynamic U-Net Architecture | Dilip Thiagarajan
A look into how you can use PyTorch hooks, and using it to set up the dynamic U-Net architecture.
[https://dthiagarajan.g…
-
### 🐛 Describe the bug
Since PyTorch 2.5.0, there is a massive (more than 10x) performance regression when using `BatchNorm2d` with `torch.compile` set to `reduce-overhead` and `DistributedDataPara…
-
once i get "you don't have state dict", i can't generate an image with the sd model that is set, even if i complete the state dict, due to "'NoneType' object has no attribute 'sd_checkpoint_info'"
on…
-
```shell
Traceback (most recent call last):
File "C:\Users\heroe\Desktop\spotMAX\spotmax\__init__.py", line 163, in inner_function
result = func(self, *args, **kwargs)
File "C:\Users\heroe…
-
(python3-venv) aarch64_sh ~> cm run script --tags=run-mlperf,inference,_find-performance,_full,_r4.1 --model=dlrm_v2-99 --implementation=reference --framework=pytorch --category=datacenter…
-
```
diffusion-nodes.cn-n001.server.mila.quebec.nolog [stderr] [rank14]: Traceback (most recent call last):
diffusion-nodes.cn-n001.server.mila.quebec.nolog [stderr] [rank14]: File "/tmp/workspace/…
-
我看了您恢复的关于KSampler相关的情况,我的工作流已经更新了comfyui和ipa相关节点,controlnet使用的是你指定的,不知这个错误怎么出现的,能否帮忙看下感谢
![微信图片_20240719142943](https://github.com/user-attachments/assets/c43ba7f3-df15-4819-a3fe-f044e2d5cee9)
-
How could I construct a neck structure similar to unet by the output of some feature extraction layer (conv2D)
my code :from efficientnet_pytorch import EfficientNet
model = EfficientNet.from_name('…