JCruan519 / VM-UNet

(ARXIV24) This is the official code repository for "VM-UNet: Vision Mamba UNet for Medical Image Segmentation".
Apache License 2.0
471 stars 22 forks source link

Process finished with exit code 139 (interrupted by signal 11:SIGSEGV) #26

Open Hollycooool opened 6 months ago

Hollycooool commented 6 months ago

Hi, I m quite interested in your excellent work and try to use it in my field, but I got a small problem.How can I solve this problem?

More detailed information is below.

Not loaded keys: ['layers.2.blocks.2.ln_1.weight', 'layers.2.blocks.2.ln_1.bias', ...........] encoder loaded finished! Total model_dict: 222, Total pretrained_dict: 438, update: 91 Not loaded keys: ['layers_up.3.blocks.1.ln_1.weight', 'layers_up.3.blocks.1.ln_1.bias', 'layers_up.3.blocks.1.self_attention.x_proj_weight', 'layers_up.3.blocks.1.self_attention.dt_projs_weight',

Process finished with exit code 139 (interrupted by signal 11:SIGSEGV)

I am looking for your reply! thanks!

JCruan519 commented 6 months ago

@Hollycooool Hello, according to the information you provided, the model weights have been successfully loaded. Afterwards, this error "Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)" has never been encountered in our project. It is recommended to check if there are any issues with how the model is used in your own project.

Hollycooool commented 6 months ago

Sorry, I'm new to this topic and I'm trying to reproduce it step by step according to the "Readme" you've provided. Could you please tell me how to check if there are any problems with using the model in my own project?Thanks!