Git Product home page Git Product logo

Comments (4)

RijulGupta-DM avatar RijulGupta-DM commented on May 16, 2024

You should create a separate conda environment from scratch. Keep separate environments for separate projects, unless it's absolutely critical to use the same environment, maybe because they are used in conjunction.

https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment

You could also just use the most recent version of torch, I don't think it'll matter that much (don't quote me on that).

from ghost.

Dutch77 avatar Dutch77 commented on May 16, 2024

use docker image
#51

from ghost.

WASasquatch avatar WASasquatch commented on May 16, 2024

use docker image #51

I'll try a conda. I was trying to avoid that because I have like dozens of environments, most with the same redundant stuff, just to run one thing. It's getting out of hand with Python stuff lol It's a space killer

from ghost.

Dutch77 avatar Dutch77 commented on May 16, 2024

use docker image #51

I'll try a conda. I was trying to avoid that because I have like dozens of environments, most with the same redundant stuff, just to run one thing. It's getting out of hand with Python stuff lol It's a space killer

Problem with your approach is installed packages is not everything in this case. You need proper nvidia drivers with proper OS, because some of those packages are not released in version you need for your system. So u have to find some combination of different version of packages and try if those work with this project.

My solution with docker works because it's using exact system as author of this project -> cuda 10.1, cudnn7 and ubuntu18.04.

Maybe it's a space killer, but it's painless :D

from ghost.

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.