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

Add MovingMNIST dataset #7042

Merged
merged 15 commits into from
Jan 4, 2023
Merged

Commits on Dec 17, 2022

  1. add moving mnist dataset

    Signed-off-by: tsugumi-sys <tidemark0105@gmail.com>
    tsugumi-sys committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    930be46 View commit details
    Browse the repository at this point in the history
  2. remove unused modules

    Signed-off-by: tsugumi-sys <tidemark0105@gmail.com>
    tsugumi-sys committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    e90901a View commit details
    Browse the repository at this point in the history
  3. modify docstring

    Signed-off-by: tsugumi-sys <tidemark0105@gmail.com>
    tsugumi-sys committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    cf01151 View commit details
    Browse the repository at this point in the history
  4. modify docstring and docs

    Signed-off-by: tsugumi-sys <tidemark0105@gmail.com>
    tsugumi-sys committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    bebc473 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. add split and split ratio kwargs

    Signed-off-by: tsugumi-sys <tidemark0105@gmail.com>
    tsugumi-sys committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    5b51812 View commit details
    Browse the repository at this point in the history
  2. fix checking split argument

    Signed-off-by: tsugumi-sys <tidemark0105@gmail.com>
    tsugumi-sys committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    0d9bb5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea54f67 View commit details
    Browse the repository at this point in the history
  4. remove unused package

    tsugumi-sys committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    c9c73ad View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. delete lines

    Signed-off-by: tsugumi-sys <tidemark0105@gmail.com>
    tsugumi-sys committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    22889d5 View commit details
    Browse the repository at this point in the history
  2. fix filename property

    Signed-off-by: tsugumi-sys <tidemark0105@gmail.com>
    tsugumi-sys committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    c9417e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    f0e6265 View commit details
    Browse the repository at this point in the history
  2. fix reviews

    Signed-off-by: tsugumi-sys <tidemark0105@gmail.com>
    tsugumi-sys committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    10863c4 View commit details
    Browse the repository at this point in the history
  3. modify docstrings

    Signed-off-by: tsugumi-sys <tidemark0105@gmail.com>
    tsugumi-sys committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    26fc123 View commit details
    Browse the repository at this point in the history
  4. add split tests and etc

    Signed-off-by: tsugumi-sys <tidemark0105@gmail.com>
    tsugumi-sys committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    eacd778 View commit details
    Browse the repository at this point in the history
  5. fix tests

    Signed-off-by: tsugumi-sys <tidemark0105@gmail.com>
    tsugumi-sys committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    276aa08 View commit details
    Browse the repository at this point in the history