Johann
Results
1
comments of
Johann
Had a look at the Jupyter Notebook of 3rd Edition conv1d: the code was changed to 3rd edition: for i in range(0, int((len(x_padded) - len(w_rot)) / s) + 1, s):...