Skip to content

Instantly share code, notes, and snippets.

View sanjui9000's full-sized avatar

Venkatadatta Sai Santhosh sanjui9000

View GitHub Profile

Tensorflow GPU Installation Steps

** This gist will/may serve as a guide for people who are trying to do object detection with tensorflow framework mentioned at top **

** I will try to cover all the steps from the start. If i do miss addressing something please let me know **

** All the links that i will mention here are important. Please have a look at them for complete understanding of what you are doing **

** There are some steps where you may encounter missing package errors. You can fix them by simply doing a google search wiht package name and installing them with "pip" **

@sanjui9000
sanjui9000 / Caffe Installation.md
Last active March 15, 2018 20:33
Installation steps to set up your machine and install Caffe

Caffe Installation & Prerequisite Setup

** This gist will/may serve as a guide for people who are trying to do object detection with caffe framework mentioned at top **

** I will try to cover all the steps from the start. If i do miss addressing something please let me know **

** All the links that i will mention here are important. Please have a look at them for complete understanding of what you are doing **

** There are some steps where you may encounter missing package errors. You can fix them by simply doing a google search wiht package name and installing them with "pip" **