XiayuGuo
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:  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?