Giter Site home page Giter Site logo

Comments (3)

ma-xu avatar ma-xu commented on August 17, 2024

@ListIndexOutOfRange Thanks for your interest.

This is not expected behavior, and PointMLP does need large memory.
With the default setting, the peak memory will be ~19GB for pointMLP and ~4.5GB for pointMLP-elite. See the screenshots.

image

image

Note that the tensor shape in each stage would be [batch_size, number_of_selected_points, number_of_neighbors, dimension] (e.g., [32, 64, 24, 512] in last stage of PointMLP, see Fig.6). Considering the FC operation, this is not small. The residual connection also increases the memory cost.

from pointmlp-pytorch.

ma-xu avatar ma-xu commented on August 17, 2024

I will close this issue since no further discussions. Feel free to reopen it if necessary.

from pointmlp-pytorch.

mapi829c avatar mapi829c commented on August 17, 2024

Hi!, I see your CUDA Version is 11.4 when used the command: nvidia-smi

May I ask, which version appears when using the following.

  1. Command: nvcc --version
  2. Inside python command: torch.version.cuda

my question is because I get the following every time I try to install 'pip3 install pointnet2_ops_lib/':
'The detected CUDA version (11.4) mismatches the version that was used to compile PyTorch (11.3). Please make sure to use the same CUDA versions.'

Thank you!

from pointmlp-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.