Code Monkey home page Code Monkey logo

Comments (5)

HUST6324 avatar HUST6324 commented on July 18, 2024 1

@dingquanyu I reinstall tensorflow with the following:

conda install tensorflow-gpu==2.14.0 -c conda-forge

from alphapulldown.

dingquanyu avatar dingquanyu commented on July 18, 2024

Hi @HUST6324 ,

Sorry that this error occurred. AlphaPulldown uses TensorFlow 2.14.0, which, according to TensorFlow's website, needs CUDA 11.8 and cuDNN 8.7. Source: https://www.tensorflow.org/install/source#tested_build_configurations However, I am not 100% sure if using cuDNN 8.6 caused this issue of yours. If you have the permission to install cuDNN yourself, could you try installing cuDNN 8.7?

In addition, in your current conda environment, could you run the following:

import tensorflow
tensorflow.config.list_physical_devices('GPU')

and let me know whether it return you with an empty list.

Yours
Dingquan

from alphapulldown.

HUST6324 avatar HUST6324 commented on July 18, 2024

Thanks for reply! @dingquanyu
I found that Tensorflow wasn't installed properly when i checked with codes above.My bad!!As I reinstalled TensorFlow 2.14.0,run_multimer_jobs.py worked properly.Thanks a lot!!

from alphapulldown.

dingquanyu avatar dingquanyu commented on July 18, 2024

Thanks for reply! @dingquanyu I found that Tensorflow wasn't installed properly when i checked with codes above.My bad!!As I reinstalled TensorFlow 2.14.0,run_multimer_jobs.py worked properly.Thanks a lot!!

@HUST6324 thank you for the update! Glad it is solved. Could you pls send the re-installation command here as well? I think @polya18 had the same issue in #339 and I may need to update the installation instruction in the README.

Yours
Dingquan

from alphapulldown.

dingquanyu avatar dingquanyu commented on July 18, 2024

@dingquanyu I reinstall tensorflow with the following:

conda install tensorflow-gpu==2.14.0 -c conda-forge

Hi @polya18 could you use this command and reinstall your tensorflow? Hope it will help.

from alphapulldown.

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.