I am reading other's code and saw this line:
pos_encoding = angle_rads[np.newaxis, ...]
This is the firs time I saw [xyz, ...]. What does the 3 dots mean in this list notation?
I am reading other's code and saw this line:
pos_encoding = angle_rads[np.newaxis, ...]
This is the firs time I saw [xyz, ...]. What does the 3 dots mean in this list notation?