Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReadMe example missing a comma #28

Open
MattWittbrodt opened this issue Mar 4, 2021 · 1 comment
Open

ReadMe example missing a comma #28

MattWittbrodt opened this issue Mar 4, 2021 · 1 comment

Comments

@MattWittbrodt
Copy link

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)

@yishaiSilver
Copy link

I noticed this too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants