ConvLSTM_pytorch icon indicating copy to clipboard operation
ConvLSTM_pytorch copied to clipboard

[feature] add dropout

Open lizhuoq opened this issue 5 months ago • 0 comments

Add the dropout parameter to ConvLSTM, which defaults to 0.0. For num_layers to 1, dropout does not work; For num_layers greater than 1, dropout works on the output of each layer except the last.

lizhuoq avatar Oct 02 '24 13:10 lizhuoq