HHHedo

Results 4 issues of HHHedo

My pytorch is 1.1.0. _x.data.resize_(batchSize, inputSize, 1)_ in NCEAverage.py doesn't work. _with torch.no_grad(): x.resize_(batchSize, inputSize, 1)_ still doesn't work. I replaced it as _ x.unsqueeze(2))_ . I wonder if this...

Thanks for your code, and i run it sucessfully. But i find there is bug with memory leak, since the memory is much larger as epcoh increases. Any way to...

Dear bin, Thank you for your great work! - When I reproduce the results on c-16 and TCGA, I follow the provided readme: 1) Using pre-computed features from `Download feature...

Hi, Thanks for your great work. When I use the LongVIT for survival prediction, I find that different batch sizes will lead to different C-index results. After I print the...