Giter Club home page Giter Club logo

Comments (6)

wuyujack avatar wuyujack commented on September 7, 2024 3

@daniyar-niantic @mdfirman Finally it works when I turn to cudatoolkit 10 (installed by conda) and also change the cudnn version and pytorch version correspondingly : )

My experiment environment for RTX2080 Ti is:

Package Version
cudnn: 7.6.0
cudatoolkit: 10.0.130
pytorch: 1.1.0 (Build: py3.6_cuda10.0.130_cudnn7.5.1_0)
tensorboardx: 1.8

from monodepth2.

daniyar-niantic avatar daniyar-niantic commented on September 7, 2024

Hi @wuyujack

I suspect that the issue is due to CUDA and cuDNN versions and possibly pytorch version. Could you check the versions that you are using for RTX 2080 Ti and V100?

Thanks!

from monodepth2.

mdfirman avatar mdfirman commented on September 7, 2024

Agreed, looks related to this: pytorch/pytorch#12977

It would be useful for know if you are able to run any pytorch code on the RTX? What about a simple program which uses the offending torch.matmul? e.g.

import torch
a = torch.rand(3, 3)
b = torch.rand(3, 3)
torch.matmul(a, b)

If either of these fail then I think the problem is outside of our scope.

from monodepth2.

wuyujack avatar wuyujack commented on September 7, 2024

Hi @wuyujack

I suspect that the issue is due to CUDA and cuDNN versions and possibly pytorch version. Could you check the versions that you are using for RTX 2080 Ti and V100?

Thanks!

Thank you for your quick reply. For RTX 2080 Ti and V100 I both used cudatoolkit 9.0 (installed by conda) and py3.6_cuda9.0.176_cudnn7.4.1_1 and cudnn 7.6.0 (also installed by conda). Now I am trying to match all of them and also try the cudatoolkit 10 for luck : )

from monodepth2.

wuyujack avatar wuyujack commented on September 7, 2024

Agreed, looks related to this: pytorch/pytorch#12977

It would be useful for know if you are able to run any pytorch code on the RTX? What about a simple program which uses the offending torch.matmul? e.g.

import torch
a = torch.rand(3, 3)
b = torch.rand(3, 3)
torch.matmul(a, b)

If either of these fail then I think the problem is outside of our scope.

Also thank you for your quick reply! I will try and let you know in case that others can save their time to avoid using the RTX 2080 Ti if it doesn't work : )

from monodepth2.

mdfirman avatar mdfirman commented on September 7, 2024

Super, thank you! I will close this issue now.

from monodepth2.

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.