Sahara Sheik

Results 4 comments of Sahara Sheik

I fixed this by modifying the [line ](https://github.com/johannakarras/DreamPose/blob/5bf30b7df70cf6f2e0bb25556c6ff2cbf0f2b1bf/test.py#L53)(this is a common issues so all you need to do is toc change the state dict names such that they match your...

I solved this by making the following changes to in this file models/unet_dual_encoder.py line 30 https://github.com/johannakarras/DreamPose/blob/5bf30b7df70cf6f2e0bb25556c6ff2cbf0f2b1bf/models/unet_dual_encoder.py#L30C1-L30C117 ```python unet.conv_in.weight[:, 4:] = torch.zeros(unet.conv_in.weight[:, 3:].shape) # new weights initialized to zero ``` change...

I fixed this by modifying the [line ](https://github.com/johannakarras/DreamPose/blob/5bf30b7df70cf6f2e0bb25556c6ff2cbf0f2b1bf/test.py#L53)(this is a common issues so all you need to do is toc change the state dict names such that they match your...

I solved this by making the following changes to in this file models/unet_dual_encoder.py line 30 https://github.com/johannakarras/DreamPose/blob/5bf30b7df70cf6f2e0bb25556c6ff2cbf0f2b1bf/models/unet_dual_encoder.py#L30C1-L30C117 ```python unet.conv_in.weight[:, 4:] = torch.zeros(unet.conv_in.weight[:, 3:].shape) # new weights initialized to zero ``` change...