JCruan519/VM-UNet

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

Hollycooool opened this issue · 2 comments

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!

@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.

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!