Tingwei Liu

Results 6 issues of Tingwei Liu

Excellent work! I wanna cite this paper in my work. could you provide the parameter size and flops of the model which is searching on the GPU?

hi I have some problem with train_data and validation_data. I want to run this algorithm(Darts) to datasets A ,which is have 2000 picture, validate to dataset B, which is have...

Good job! But how can i get the best dice checkpoint during training? It seem there is no relative eval code in the project during training.

Hi Great job! I have some question when i used "DPM-solver=True". 1: Does the batchsize must be 1 when used DPM-solver ? if not in dpm_solver.py def dynamic_thresholding_fn(self, x0, t):...

Hello, I think you understand Diffusion better than me, so I want to discuss with you and see if you can solve my problem. Here is the situation: when I...

when I run this code, X = torch.einsum("nclw, ncC -> nclw", X, KQ) A issue was occurred as the title describes Any tips?