LinZhenYu

Results 8 comments of LinZhenYu

torchsparse=1.4.0 is installed successfully with the warning above..

https://github.com/inducer/pycuda/issues/137

Did you solve the problem?

> With the provided pretrain weight of SIMCLR, I had tried to compute the embeddings and apply to train_tcga.py (with dataset adaption). > However, the AUC results is about 0.66...

Downsample size is inconsistent with upsample size. Solution: line 58: ``` def forward(self, x1, x2): x1 = self.up(x1) # input is CHW diffY = x2.size()[2] - x1.size()[2] diffX = x2.size()[3]...

another problem : `KeyError: 'prompt_pixel_values'`