ZhangYiqin

Results 5 issues of ZhangYiqin

## Motivation Current Implementation does not support images with non 3-channels ## Modification Add in_chans augment and pass it to PatchEmbed layer.

## Motivation Fix torch Future Warning: FutureWarning: `torch.cuda.amp.GradScaler(args...)` is deprecated. Please use `torch.amp.GradScaler('cuda', args...)` instead. ## Modification Deprecate torch.cuda.amp and transfer to torch.amp, and partial it with `device='cuda'`. The modification...

## Motivation The current implementation do not work correctly when num_classes is larger than 16. Because the gt seg map was forced to uint8 dtype. ## Modification Let gt seg...

## Motivation During the deep use of the mmengine framework, I improved several subtle issues, hoping to make the project more compatible with the current latest PyTorch version. ## Modification...

### What happened? The `pynwb.validate` is designed to operate on both `NWBHDF5IO` or `NWBZarrIO`. But I found the current implementation cannot work properly when checking a Zarr-compressed NWB file. It...