Coder Social home page Coder Social logo

Comments (3)

Anant808 avatar Anant808 commented on June 26, 2024

Hi @Mareeta26 and @wuhaixu2016,

Can you please help me. I have the same question. How do we include clips and dims in the moving mnist dataset.

Thank you for the help in advance.

from predrnn-pytorch.

Anant808 avatar Anant808 commented on June 26, 2024

I now understand the need for the clips array.
This is my understanding. Writing this here for someone's reference. Please correct me if I am wrong:

It's used to create samples from the training and test dataset.
1.) The size of the training clip array = (2, 10000, 2) and testing clip array = (2, 2000, 2).
2.) The first dimension in each array is for input and second dimension is for output.
So for training input = (dimension[0], 1000, 2) and for testing input = (dimension[0], 2000, 2).
Training output = (dimension[1], 10000, 2), testing output = (dimension[1], 2000, 2).
3.) The 10000 and 2000 indicates the number of input/output sequences for each training and testing datasets.
4.) The last dimension has two values in each cell. The first value indicates the beginning of the sequence, the second value
indicates the number of images/frames to be taken in the sequence.
For the last dimension: The next cell's first value = previous cell's first value + previous cell's second value.

from predrnn-pytorch.

wuhaixu2016 avatar wuhaixu2016 commented on June 26, 2024

Hi, they are correct. Thanks for sharing your understanding.

from predrnn-pytorch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.