Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


conda create --name tf_gpu -c nvidia -c conda-forge tensorflow=2.711 cudatoolkit=11.48 cudnn
a. Create from the command line: $ conda create --name tensorrt_quick tensorflow -c nvidia b. Activate the Miniconda environment: $ conda activate tensorrt_quick c. Install other dependencies: $tensorrt_quick) $ pip install pandas scikit-learn matplotlib numpy 4. Run the code: (tensorrt_quick) $ python quick.py * I did not need to set LD_LIBRARY_PATH or anything




...