Mason Ma

Results 14 comments of Mason Ma

> Hi @JohnMasoner , > > Thanks for your contribution here, do you still plan to complete this PR? hi @Nic-Ma , Yeah, I've been catching up on work-related content...

Hi @Nic-Ma , I'm very sorry for the messy look of this PR due to my missteps and lack of familiarity with git. Actually, i finished the code, but i...

Hi @KumoLiu , I made some changes to the code to make it pass the automated tests (mainly cuda and dep test). And passed the flake8, but it still has...

@KumoLiu , I seem to have made a mistake that I can't go back and I've introduced other people's commits. I am not familiar with the operation of git, does...

hi @Bing-su , I'll try to add the AUCMLoss function in the weekend. Thanks.

Hi @Nic-Ma , It seems that Mixup and Cutmix are still unsupported. Is there any consideration to include this data transformation method? Because I've been working on related content lately,...

Thanks for your reply, I readed @ericspod comments, i will contribute a PR about CutOut( Maybe like 'RandCoarseDropout', also similar to Mixup and Cutmix)

#153 I've written a workaround in the discussion that might solve the problem you're currently having, but I'm not sure if it's a good solution.

Hey @SurenderHarsha Could you provide ONNX to reproduce your issue? Maybe you could try the MONAI repo UNET.

Hey @SurenderHarsha , The reason for this problem is because SAME_UPPER is not implemented. I need to take the time to reproduce this.(Maybe