FIX: Add defaul value to SITS.to() to match torch.to() behavior
Add default values (None) to SITS.to() to match torch behavior. If dtype/device is None -> value is inferred from the input tensor.
Add default values (None) to SITS.to() to match torch behavior. If dtype/device is None -> value is inferred from the input tensor.