Alabamagan
Alabamagan
Fixes #938. **Description** Fixed mini-batch sampling order when the `shuffle_subjects` is set to `False` for `tio.Queue`. Added a test case to verify this change. **Checklist** - [x] I have read...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem summary When iterating mini-batches in a queue without shuffling, I expected the...
Hi I would like to check in with the possibility of implementing the ICC by McGraw and Wong (1992) on top of the existing definition by Shrout and Fleiss (1979)....
Is there any reason why only 'float' and 'double' are supported? Will there be potential bugs to modify utils.Dtype to support char and int?
https://github.com/jeonsworld/ViT-pytorch/blob/460a162767de1722a014ed2261463dbbc01196b6/models/modeling.py#L132C1-L136C31 Here it seems the calculation for `n_patches` and `patch_size` are incorrect. I think if 16 x 16 patches were assumed, the grid size is already determined? Or am I...