Skip to content

Instantly share code, notes, and snippets.

View csetanmayjain's full-sized avatar
💭
Believe in the Power of your Brain !!!

Tanmay Jain csetanmayjain

💭
Believe in the Power of your Brain !!!
View GitHub Profile
@csetanmayjain
csetanmayjain / 00-install-intel-mkl-64bit
Created January 14, 2021 14:23 — forked from pachadotdev/00-install-intel-mkl-64bit
Install Intel MKL (64 bit) on Ubuntu 17.10
# Option 1: Use apt-get
# keys taken from https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-apt-repo
cd ~/GitHub/r-with-intel-mkl/
wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
sudo sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list'
sudo apt-get update && sudo apt-get install intel-mkl-64bit
@csetanmayjain
csetanmayjain / tf_obj_tutorial.rst
Created November 18, 2018 18:37 — forked from douglasrizzo/tf_obj_tutorial.md
TensorFlow Object Detection Model Training