UNQ_C3 - GRULM - ShiftRight() got an unexpected keyword argument n_shifts

Hi,

Am getting the following error despite just passing the units an integer equal to 1?

ShiftRight() got an unexpected keyword argument 'n_shifts'

Hey @jlecornu,
As you can see in the docs for this layer here, there is no argument by the name of n_shifts. The actual name of the argument in this layer is n_positions. Apart from this, I would also like to highlight something from the assignment.

Here in the exercise you only need to specify the mode and not worry about n_shifts

I hope this helps.

Cheers,
Elemento