Giter Site home page Giter Site logo

Comments (5)

AliaksandrSiarohin avatar AliaksandrSiarohin commented on May 25, 2024 1

Hi, thank you for your interest,
I usually train on 2 Titan X with 12GB of memory. It take 2 days for dataset like TaiChi and VoxCeleb. For simple dataset like Nemo, training can be done in 24 hours. With 1 gpu number should be multiplied by 2.

The problem with visualization is that it take a lot of time to compute. If you need more frequent visualizations you can change the parameter num_repeats


. Basically the number of passes over all the videos is num_epochs * num_repeats. You can decrease number of repeats and increase number of epochs. Because visualization is drawn after each epoch, you will get more frequent visualizations at a cost of some efficiency.

Regards, AS

from first-order-model.

ExponentialML avatar ExponentialML commented on May 25, 2024

Hi, thank you for your interest,
I usually train on 2 Titan X with 12GB of memory. It take 2 days for dataset like TaiChi and VoxCeleb. For simple dataset like Nemo, training can be done in 24 hours. With 1 gpu number should be multiplied by 2.

The problem with visualization is that it take a lot of time to compute. If you need more frequent visualizations you can change the parameter num_repeats

. Basically the number of passes over all the videos is num_epochs * num_repeats. You can decrease number of repeats and increase number of epochs. Because visualization is drawn after each epoch, you will get more frequent visualizations at a cost of some efficiency.

Regards, AS

Excellent. You rock!

from first-order-model.

kartikJ-9 avatar kartikJ-9 commented on May 25, 2024

Can i train this on colab. How many videos I should keep for train and test? I want the output quality to be 256/512 resolution. I can see that the fashion dataset had 500 videos for train and 100 for test. My dataset is also similar to fashion with a person in the frame. So will I be able to train the model in colab if I use 500,100 for train,test? Please help me with this. Thanks

from first-order-model.

AliaksandrSiarohin avatar AliaksandrSiarohin commented on May 25, 2024

Most likely not possible, colab gpus is rather slow. And it will shut down and kick you out after 24 hours.

from first-order-model.

MentalGear avatar MentalGear commented on May 25, 2024

@kartikJ-9 Have you made progress with training a higher res model on colab or elsewhere? Would appreciate if you could share what you tried.

from first-order-model.

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.