Assaad MOAWAD
Feb 18, 2022

--

It should be:

in_slice = np.array([range(i, i + l) for i in range(k+1)])

out_slice = np.array([range(i + l + m, i + l + m + n) for i in range(k+1)])

There is a +1 misisng inside the range, no? range(k+1) instead of range(k)

--

--

Assaad MOAWAD
Assaad MOAWAD

Written by Assaad MOAWAD

Interested in artificial intelligence, machine learning, neural networks, data science, blockchain, technology, astronomy. Co-founder of Datathings, Luxembourg

No responses yet