UltraLight-VM-UNet icon indicating copy to clipboard operation
UltraLight-VM-UNet copied to clipboard

[arXiv] The official code for "UltraLight VM-UNet: Parallel Vision Mamba Significantly Reduces Parameters for Skin Lesion Segmentation".

Results 50 UltraLight-VM-UNet issues
Sort by recently updated
recently updated
newest added

请问如何显示tensorboard,train里面的代码没用相关函数~ 我按照vmunet里train.py修改了,但是出现的结果不太对。 我是这么修改的: 1. train.py: - 添加了: global writer writer = SummaryWriter(config.work_dir + 'summary') - 在train_one_epoch添加writer参数: train_one_epoch( train_loader, model, criterion, optimizer, scheduler, epoch, logger, config, writer, scaler=scaler ) 2. engine.py:def...

请问mamba不是为了改善注意力机制的二次复杂度而提出的吗,为什么又在跳跃连接的时候引入注意力机制呢,这样不会影响复杂度吗

![QQ截图20240422214455](https://github.com/wurenkai/UltraLight-VM-UNet/assets/45137314/89e03076-8ca9-4f97-b3dd-15972a28836e) Hello author, I downloaded the ph2 dataset from the connection you provided, and its structure is as follows. My question is, do I need to process it before running...

作者您好 我在运行train时发生了以下错误| ../aten/src/ATen/native/cuda/Loss.cu:92: operator(): block: [32,0,0], thread: [32,0,0] Assertion `input_val >= zero && input_val = zero && input_val = zero && input_val = zero && input_val = zero && input_val...

ModuleNotFoundError: No module named 'selective_scan_cuda'

你好 作者 非常感谢你对Mamba的贡献,但是这个ssm模块在哪里 我没有找到 该从哪里导入呢

Parallel processing and feature segmentation methods are well-established in the field of deep learning, particularly in network architectures such as those described in the Inception series. If the primary innovation...

Excellent work. I installed the corresponding packages and attempted to train with a different dataset, resizing the images into 256-sized blocks, and then encountered the following issue. Could you please...

I have some doubts about the flops and params which are computed using thop. Because i think the Mamba layer is not supported there? This would lead zo wrong total...