Recent Posts

Find first occurrences in PyTorch

3 minute read

Recently I needed to solve a seemingly simple problem in PyTorch. The input is a 1-dimensional tensor containing integer values. To make the discussion easie...