Skip to content

Instantly share code, notes, and snippets.

View arundasan91's full-sized avatar

Arun Das arundasan91

View GitHub Profile
@arundasan91
arundasan91 / torch_build_1
Created February 23, 2017 06:46
Build is successful, dual xeon, NVIDIA M40, plenty RAM
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THCTensorMathScan.h
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THCTensorMasked.h
@arundasan91
arundasan91 / core-site.xml
Created December 10, 2016 05:33
core-site.xml file for integrating openstack swift with hadoop
<configuration>
<property>
<name>fs.defaultFS</name>
<value>hdfs://localhost:9000</value>
</property>
<property>
<name>fs.swift.impl</name>
<value>org.apache.hadoop.fs.swift.snative.SwiftNativeFileSystem</value>
</property>
<property>
@arundasan91
arundasan91 / bazel_install.md
Created December 10, 2016 05:26
Install Bazel and Java OpenJDK 1.8 in Ubuntu 14.04

Install OpenJDK 1.8

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update && sudo apt-get -y install openjdk-8-jdk

Install Bazel

echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
@arundasan91
arundasan91 / CaffeInstallation.md
Created April 2, 2016 22:16
Caffe Installation Tutorial for beginners

Caffe

Freshly brewed !

With the availability of huge amount of data for research and powerfull machines to run your code on, Machine Learning and Neural Networks is gaining their foot again and impacting us more than ever in our everyday lives. With huge players like Google opensourcing part of their Machine Learning systems like the TensorFlow software library for numerical computation, there are many options for someone interested in starting off with Machine Learning/Neural Nets to choose from. Caffe, a deep learning framework developed by the Berkeley Vision and Learning Center (BVLC) and its contributors, comes to the play with a fresh cup of coffee.

Installation Instructions (Ubuntu 14 Trusty)

The following section is divided in to two parts. Caffe's documentation suggest