-
I keep getting errors when trying to merge either two LORAs or a checkpoint with at least one LORA.
Here's an example of the log I get from one of my attempts :
```
07:26:36-762384 INFO Mer…
-
1.
I downloaded link "The Neural Rasterizer :image size 128x128","The Image Super-resolution model image size 128x128 -> 256x256","The Main model image size 128x128",and put them in the correspo…
-
This code is working:
```
import torch
import pdb
from xlstm import (
xLSTMBlockStack,
xLSTMBlockStackConfig,
mLSTMBlockConfig,
mLSTMLayerConfig,
sLSTMBlockConfig,
…
-
Load weights model_data/mobilenet_v1_backbone_weights.pth.
Successful Load Key: [] ……
Successful Load Key Num: 0
Fail To Load Key: ['stage1.0.0.weight', 'stage1.0.1.weight', 'stage1.0.1.bias', …
-
### Expected Behavior
Run the inference
### Actual Behavior
The error appears at the moment of XlabsSampler processing
### Steps to Reproduce
1
### Debug Logs
```powershell
# Com…
-
### Information
Contrast: T1w
Region: Thoracic
Pathology: Healthy
SCT model: https://github.com/sct-pipeline/contrast-agnostic-softseg-spinalcord/releases/download/v2.4/model_soft_bin_20240425-1…
po09i updated
3 weeks ago
-
Loading [baseline](https://github.com/MTG/mtg-jamendo-dataset/blob/master/scripts/baseline/model.py) with its [weights](https://github.com/MTG/mtg-jamendo-dataset/tree/master/scripts/baseline/models) …
-
The weights for ConvNeXt-V2-Base, pretrained on INet1k, [provided here](https://dl.fbaipublicfiles.com/convnext/convnextv2/pt_only/convnextv2_base_1k_224_fcmae.pt), have several incompatibilities with…
-
I defined the following DANN models. The DANN model starts performing well, then the accuracy drops (under 0.1 for some cases) for both unadapted and adapted models. Can you explain this behavior and …
-
There are two problems with nn.Head:
1. Linear layer when followed by BatchNorm must not include a trainable bias vector (bias=False).
2. Batchnorm needs a tensor with shape (B, C, L), while PTLS us…