Currently the model only implement forward methods, and no forward_mut. Both styles (stateful and stataless) should implement the forward_mut methods.
But higher priority should be given to the stataless forward_mut implementation, since this is more efficient at training.
Currently the model only implement
forwardmethods, and noforward_mut. Both styles (stateful and stataless) should implement theforward_mutmethods.But higher priority should be given to the stataless
forward_mutimplementation, since this is more efficient at training.