Coder Social home page Coder Social logo

训练过程问题 about bp-net HOT 6 OPEN

stw2021 avatar stw2021 commented on September 28, 2024
训练过程问题

from bp-net.

Comments (6)

kakaxi314 avatar kakaxi314 commented on September 28, 2024

We can see from your command
torchrun --nproc_per_node=4 --master_port 4321 train.py gpus=[0] ...
that you run with 4 nodes, but only provide 1 GPU.
You should give 4 GPU ids (e.g. gpus=[0,1,2,3]) for 4 nodes.
If you only have 1 GPU, you can directly use python train.py gpus=[0] ... to run the code.

from bp-net.

stw2021 avatar stw2021 commented on September 28, 2024

Thank you very much for your reply! I have solved this problem.
But when I test with the checkpoints provided, the result is different from the paper:
screenshot-20240603-171507

from bp-net.

kakaxi314 avatar kakaxi314 commented on September 28, 2024

Please show me your command.

from bp-net.

stw2021 avatar stw2021 commented on September 28, 2024

command is HYDRA_FULL_ERROR=1 python test.py gpus=[0] name=BP_KITTI ++chpt=BP_KITTI net=PMP num_workers=4 data=KITTI data.testset.mode=test data.testset.height=352 test_batch_size=1 metric=RMSE ++save=true

from bp-net.

kakaxi314 avatar kakaxi314 commented on September 28, 2024

You evaluated the test set.
As we couldn't get the ground truth of the test set of KITTI dataset, I simply used the input sparse depth map as the ground truth.

Thus, the displayed RMSE result for test set is meaningless. You need to submit the saved results to KITTI server for fair evaluation.

from bp-net.

stw2021 avatar stw2021 commented on September 28, 2024

Got it! Thank you very much for your patient reply.

from bp-net.

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.