Skip to content

FIX: Add defaul value to SITS.to() to match torch.to() behavior

FAUVEL Mathieu requested to merge default_param_time_series into master

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

Merge request reports

Loading