XiayuGuo

Results 3 issues of XiayuGuo

Hi, thank you for your great work. I'm trying to run this model on my own dataset, but I meet a problem when generating corresponding xxxxx_MTLSplit.csv, I don't know why...

Hi, thanks for the great work! I encountered the following error: ![image](https://github.com/hustvl/Vim/assets/60682243/c9807245-b1ae-4465-84f9-6629e7ed557f) I‘m wondering if `conv1d_out = causal_conv1d_cuda.causal_conv1d_fwd(x, conv1d_weight, conv1d_bias,None, True)` should be `conv1d_out = causal_conv1d_cuda.causal_conv1d_fwd(x, conv1d_weight, conv1d_bias, True)` in...

Hi!Thanks for your great work ! Could you provide some guidance on how to process the WSI data?