Code Monkey home page Code Monkey logo

Comments (13)

LiuChong-911 avatar LiuChong-911 commented on May 25, 2024

Cause I meer problems in Installation, I use RTX 3080Ti, it can only support cuda >11. But If I use cuda>11, I will meet problem when I compile the spconv library and compile the external C++ and CUDA ops.

from softgroup.

thangvubk avatar thangvubk commented on May 25, 2024

did you compile current code with pytorch 1.1 and spconv1.0. The PR #16 will provide code on pytorch 1.10 cuda 10.2+ and spconv2x.

from softgroup.

LiuChong-911 avatar LiuChong-911 commented on May 25, 2024

yes,I have compiled the code with torch1.1 and spconv1.0 successfully days ago, but torch 1.1.0 is too old for my GPU(maybe).

from softgroup.

LiuChong-911 avatar LiuChong-911 commented on May 25, 2024

When I run the code to the step "model=model.cuda()", the code is unresponsive for a long time

from softgroup.

thangvubk avatar thangvubk commented on May 25, 2024

Could you try the following snippet to see whether the code hang or not

import spconv
layer = spconv.SubMConv3d(32, 32, 3)
layer = layer.cuda()

from softgroup.

LiuChong-911 avatar LiuChong-911 commented on May 25, 2024

Ok, I will try. Thank you very much!

from softgroup.

thangvubk avatar thangvubk commented on May 25, 2024

If the error still exists, you can wait for the PR release.

from softgroup.

LiuChong-911 avatar LiuChong-911 commented on May 25, 2024

I test the above code with pytorch 1.1 and spconv1.0. and cuda 10.0
"layer = layer.cuda()" is unresponsive, and no error was repotred. It just seems like stuking.
By the way, I want to ask, If the new PR support cuda>11? Cause some people said RTX 3080ti could only work with cuda >11.
We appreciate your work very much, we want to use it on our outdoor scene dataset WHU-MLS dataset and find out if the existing works's having problems on outdoor big scene or not.

from softgroup.

LiuChong-911 avatar LiuChong-911 commented on May 25, 2024

"layer = layer.cuda()" have passed successfully after waiting for like 10 minutes.
Is that normal?

from softgroup.

thangvubk avatar thangvubk commented on May 25, 2024

It should be executed right away. You may try to install with pytorch 1.1 spconv 1.0 cuda 11

from softgroup.

LiuChong-911 avatar LiuChong-911 commented on May 25, 2024

I have try torch1.1.0+cuda11.4before,it also met the same problem with ".cuda()".
I guess maybe torch 1.1 is unmatched with my GPU.
Hope the new PR will solve my problem.

from softgroup.

LiuChong-911 avatar LiuChong-911 commented on May 25, 2024

Hello, could you please update the Training and Inference Testing command line please?
Thank you very much!

from softgroup.

thangvubk avatar thangvubk commented on May 25, 2024

Hi. The instructions have been updated.

from softgroup.

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.