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

Create PR to torchvision for MovingMNIST #3

Closed
tsugumi-sys opened this issue Nov 28, 2022 · 2 comments
Closed

Create PR to torchvision for MovingMNIST #3

tsugumi-sys opened this issue Nov 28, 2022 · 2 comments

Comments

@tsugumi-sys
Copy link
Owner

pytorch/vision#3562

@tsugumi-sys
Copy link
Owner Author

tsugumi-sys commented Dec 18, 2022

  1. Transform for each frames: Done
  2. There two ways (1: Read form file and split. 2: Generate dataset with this class and split.) I prefer 1 to 2 and tensorflow also do 1. The moving sequence dataset implemented by tensorflow is an other dataset.
  3. Simply return a flames, Not split into input and label. : remove input_seq_length. Moving MNIST is used both supervised and unsupervised training, so we should just return frames here.

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

1 participant