Yawei Li

Results 4 issues of Yawei Li

## 🐛 Bug description As mentioned in this [issue](https://github.com/Project-MONAI/MONAI/issues/2080) in MONAI, I tried to run [this tutorial code](https://github.com/Project-MONAI/tutorials/blob/master/acceleration/distributed_training/unet_training_workflows.py) with `torch.distributed.launcher`. However, the program froze at instantiating the [CheckpointSaver](https://github.com/Project-MONAI/MONAI/blob/dev/monai/handlers/checkpoint_saver.py). The reason...

bug
module: handlers
module: distributed

In the implementation of the `SSDLoss`, the `cls_loss` of the negative anchors were set to 0, but later you sum `cls[pos|neg]`. This is the same as `cls[pos]`, since the loss...

Dear maintainers, it would be great if LaTex-like subfigures (and subcaptions) can be used in Typst, so that multiple sub-figures can be put inside a big figure. Thanks a lot...

feature request
layout
good contribution
model

in the documentation of Bisquare function, there might be a small error in the formula for computing psi, where it should be |x| c rather than |x| 0 in the...