mlverse / torchaudio

R interface to torchaudio
https://mlverse.github.io/torchaudio/
Other
26 stars 6 forks source link

torch_arange now includes the end value. #35

Closed dfalbel closed 3 years ago

dfalbel commented 3 years ago

The next version of torch will change the behavior of torch_arange, it will now include the last element, making it much more consistent with R's seq. This PR changes all occurrences of torch_arange to make it work with the soon to be released torch version.

See also https://github.com/mlverse/torch/pull/506