-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support for more datasets #5
Comments
Thank you for your appreciation of our work. Regarding TaxiBJ: |
Great! And I would really appreaciate it if you could share training configs for Human3.6M and KTH. BTW, how many epochs should I train SwinLSTM for the four datasets mentioned in the paper? Thanks! |
hi~bro, did you attempt to run TaxiBJ dataset, i noticed if patch_size==4, the input will be downsample 4 times, but PatchInflated only upsample 2 times for input, this will meet an error, do you meet this qusetion? Thanks very much. |
Hello! In fact, I did meet the same problem, so I just fix it myself by modifying the transposed convolution used in the PatchInflated function. I think the upsample scale should be dependent on the patchsize. |
Hi, here are the more details regarding the training configuration and the PatchInflated layer: |
Hello, I really like your awesome work!
It seems that the released codes contain only the part for Moving MNIST. Could you please share more codes (like dataset.py and training arguments for TaxiBJ) which are certain to be helpful for me to reproduce you results?
Thanks for your help!
The text was updated successfully, but these errors were encountered: