Giter VIP home page Giter VIP logo

Comments (2)

Tanishq-JM avatar Tanishq-JM commented on April 28, 2024

Hello there
It looks like there are a few issues in your setup:

  1. GPU not being used: The error message Could not find cuda drivers on your machine, GPU will not be used indicates that CUDA drivers are not properly installed or configured. Ensure that you have installed the correct CUDA drivers for your GPU.

  2. TensorFlow version: You mentioned that your TensorFlow version is 2.16.1, which is not a standard release. The latest stable release at the time of my last update was 2.9. You might want to double-check your TensorFlow installation and consider using a stable version.

  3. TensorRT not found: The warning Could not find TensorRT suggests that TensorRT, which is an optimization library for NVIDIA GPUs, is not installed. If you intend to use TensorRT, you'll need to install it separately.

  4. list index out of range error: This error is likely specific to your code in autoenc_01.py. Without seeing the code, it's hard to diagnose, but it seems like there might be an issue with how you're accessing a list.

To summarize, make sure you have the correct CUDA drivers installed, consider using a stable TensorFlow version, install TensorRT if needed, and review your code for any issues causing the list index out of range error.

from tensorflow.

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.