RICKand-MORTY
RICKand-MORTY
OS: Ubuntu20.04 x86_64 Python: 3.11.5 flash-attn: 2.3.6/2.1.2.post3 I use pip to install flash-attn module and the version is **2.3.6**.When I run `python cm_train` to test, I find python throw this...
Hi, when I use test.py to evaluate the PSNR and SSIM of the results, I have encountered an error while executing the code: `ssim_val_rgb.append(ssim_loss(gray_restored, gray_gt, channel_axis=None))` the error message is:...
Hi! I downloaded the file `mamba_ssm-2.2.4+cu12torch2.5cxx11abiFALSE-cp312-cp312-linux_x86_64.whl` and used `pip install` to installed mamba_ssm. However, when I used mamba, I met the following error: `File "/root/miniconda3/lib/python3.12/site-packages/mamba_ssm/ops/selective_scan_interface.py", line 18, in import selective_scan_cuda...
Hi! I want to measure the FLOPs and MACs of the Mamba model, but I found that some packages, such as thop and ptflops, cannot measure the Mamba model. Could...
Hi! Is the ISTD dataset a synthetic dataset or a real dataset? Are the images with shadows obtained by synthesizing shadows with clean images?