Git Product home page Git Product logo

parco's People

Contributors

dicomsky avatar qrzou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

bmhungqb

parco's Issues

What gpu do you use when you train Parco_trans?

Hello,can you tell me what gpu do you use when you train Parco_trans and how long it takes?When I train the second part using RTX3090 , I meet the question that cuda is out of memory.Thank you!

Training on 2 GPUs

Hi,

Thanks for this wonderful code, may I ask how can I train the stage 2 - Parco_trans on 2 GPUs?

many thanks!

Random seed fixed question

Thank you for your great works!

I have one question.
As I run your code in this repository, I see that the performance was as good as described in the paper.

You used the code below to control the randomness.
'''
torch.manual_seed(args.seed)
'''
But I know that it is difficult to control randomness with this alone.
In reality, the performance was slightly different each time I trained.

So, I insert below code to control the randomness.
'''
random.seed(seed)
np.random.seed(seed)
torch.manual_seed(seed)
torch.cuda.manual_seed_all(seed)
torch.backends.cudnn.deterministic = True
torch.backends.cudnn.benchmark = False
'''
However, by doing this, the learning time slowed down by more than 100 times in vq training.

If you know the cause of this, I would appreciate it if you could explain.

Thank you!

Hyparameters for HumanML3D

Hi there,

Thanks for sharing the code, actually I found that the repository only contains the KIT training details, would you mind sharing the HumanML3D setting?

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.