Error index 101 is out of bounds for axis 0 with size 101

Hi,

You should have a stack trace of where the error happened right? The error means that the index you use is out of bound of the Tensor you try to read from (python is 0 indexed, so for a Tensor of size 101, the valid indices are 0 to 100 :slight_smile: