Code Monkey home page Code Monkey logo

Comments (4)

benemer avatar benemer commented on June 2, 2024

Hi @Blurryface0814,

Thank you for your interest in our work. Please check the scheduler we use in our code here. Please let me know if anything is unclear. If you just want to reproduce the results, you can also skip training the models yourself and use our pre-trained ones.

Best regards
Benedikt

from point-cloud-prediction.

Blurryface0814 avatar Blurryface0814 commented on June 2, 2024

Hi @Blurryface0814,

Thank you for your interest in our work. Please check the scheduler we use in our code here. Please let me know if anything is unclear. If you just want to reproduce the results, you can also skip training the models yourself and use our pre-trained ones.

Best regards Benedikt

Thank you!
In "parameters.yml", I set LR to 0.001, LR_EPOCH ot 1 ,LR_DECAY to 0.5 and LOSS_WEIGHT_CHAMFER_DISTANCE to 0.0, but I found that after about 10 epochs, the loss of the model on the training set decreased very slowly, and the model also converged on the verification set. At this time, the loss on the verification set is about 1.2, and it has not decreased in the following epochs.
Did I set LR unreasonably? Could you please tell me your LR and LR_ DECAY settings? Thanks!

from point-cloud-prediction.

benemer avatar benemer commented on June 2, 2024

I think your learning rate decay is too strong since the learning rate gets reduced by half after each epoch using this setting. Note that in the paper, we multiply the learning rate by 0.99 after each epoch instead of 0.5.

You can find our settings in the parameters.yml:
image

Please check Pytorch's StepLR documentation for further information on the scheduler.

from point-cloud-prediction.

Blurryface0814 avatar Blurryface0814 commented on June 2, 2024

I think your learning rate decay is too strong since the learning rate gets reduced by half after each epoch using this setting. Note that in the paper, we multiply the learning rate by 0.99 after each epoch instead of 0.5.

You can find our settings in the parameters.yml: image

Please check Pytorch's StepLR documentation for further information on the scheduler.

Thank you very much! I will use these settings to train the model.

from point-cloud-prediction.

Related Issues (8)

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.