ConvLSTM_pytorch icon indicating copy to clipboard operation
ConvLSTM_pytorch copied to clipboard

ReadMe example missing a comma

Open MattWittbrodt opened this issue 3 years ago • 1 comments

model = ConvLSTM(input_dim=channels, hidden_dim=[64, 64, 128], kernel_size=(3, 3), num_layers=3, batch_first=True[missing comma here] bias=True, return_all_layers=False)

MattWittbrodt avatar Mar 04 '21 16:03 MattWittbrodt

I noticed this too

yishaiSilver avatar May 23 '21 21:05 yishaiSilver