top of page
Search

Project 4 - CUDA support

  • Writer: James Canova
    James Canova
  • Sep 13, 2021
  • 1 min read

Project start: 28 December 2021

Project finish: 31 December 2021


Objective: add CUDA support to relevant Python modules


CUDA: generally allows use of Graphic Processing Unit (GPU)


GPUs are designed to process tensor operations which are not only relevant to graphic applications but also to machine learning applications.


Use of a GPU increases speed but not add functionality, except in the sense of making some functionality fast enough to be practical.


The Jetson Nano has one 128 core Maxwell GPU.


Use of a GPU is relevant to TensorFlow, OpenCV (both already intalled) and YOLO (not yet installed). We'll check current installations of TensorFlow and OpenCV and update as required. YOLO will be installed from scratch with CUDA support.


jtop:

CUDA version: 10.2.300

Jetpack: version: 4.6-b197



If you have any problems or need clarification please contact me: jscanova@gmail.com

 
 
 

Recent Posts

See All
Introduction

I became interested in artificial intelligence in mid 2021 after watching a documentary on this subject. In particular, I'm interested in...

 
 
 
References

1.Rashid, Tariq, Make Your Own Neural Network , Amazon , 2016 2.Portilla, Jose, "Python for Computer Vision with OpenCV and Deep...

 
 
 
Status of Projects

Last updated: 30 March 2024 Project 0: Read this to get a very basic understating on machine learning and neural networks. Project 1:...

 
 
 

Comments


Post: Blog posts

©2021 by My Machine Learning Blog. Proudly created with Wix.com

bottom of page