Giter VIP home page Giter VIP logo

Comments (2)

LeonHLJ avatar LeonHLJ commented on June 27, 2024

你好,感谢分享你的工作。由于实验室只有一台3090(不匹配cuda10)的服务器,所以我只能安装pytorch1.7.0,python3.6.6,cudatoolkit11.0.3。但是会在main_branch.py的30行mat_inv_x, _ = torch.solve(eye_x, eye_x - (w ** 2) * affinity_mat)遇到CUDA error: invalid configuration argument这一报错。不知道该如何解决?求指导一下。

For high versions of CUDA and Pytorch, you can try to change the Line30 of main_branch.py, i.e., "mat_inv_x, _ = torch.solve(eye_x, eye_x - (w ** 2) * affinity_mat" to "mat_inv_x = torch.inverse(eye_x - (w ** 2) * affinity_mat)". I have run our method in this way and obtain similar results.

from rskp.

dongfengxijian avatar dongfengxijian commented on June 27, 2024

@LeonHLJ 感谢大佬的指导,用这个方式可以在cuda11下运行。

from rskp.

Related Issues (12)

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.