Skip to content

Instantly share code, notes, and snippets.

View vfdev-5's full-sized avatar
:octocat:
.\ |

vfdev vfdev-5

:octocat:
.\ |
View GitHub Profile
@vfdev-5
vfdev-5 / channels_formula_learning.ipynb
Last active March 14, 2017 10:21
Neural network tryouts to produce a image channel's formula learning
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vfdev-5
vfdev-5 / Install_OpenCV.md
Last active March 17, 2017 03:10
Colfax Cluster notes

Install OpenCV from sources with python wrapper

Python3 wrapper

git clone https://github.com/opencv/opencv.git opencv_source
mkdir build_opencv; cd build_opencv
cmake -DCMAKE_INSTALL_PREFIX=../opencv -DPYTHON_DEFAULT_EXECUTABLE=/opt/intel/intelpython35/bin/python3 -DWITH_VA_INTEL=ON -DBUILD_opencv_python3=ON -DPYTHON3_INCLUDE_PATH=/opt/intel/intelpython35/include/python3.5m ../opencv_source 
make install -j8

Once built without error setup PYTHONPATH

@vfdev-5
vfdev-5 / .theanorc
Last active March 20, 2017 14:59
Data science with python on Windows
[global]
floatX = float32
device = gpu0
force_device = True
[nvcc]
fastmath = True
[cuda]
root=/usr/local/cuda/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vfdev-5
vfdev-5 / simulations.ipynb
Last active March 27, 2017 17:07
Flying Nemo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vfdev-5
vfdev-5 / README.md
Last active June 1, 2017 23:15
MacOSX - Multi-threaded XGBoost - Installation

How to install XGBoost on MacOSX with multi-threaded support

As explained in the doc

brew install gcc --without-multilib
git clone --recursive https://github.com/dmlc/xgboost
cd xgboost; cp make/config.mk ./config.mk

Open and modify CC and CXX parameters in config.mk, for example:

@vfdev-5
vfdev-5 / README.md
Last active June 23, 2017 00:32
scritps for Colfax Cluster
@vfdev-5
vfdev-5 / facets_dive1.png
Last active August 25, 2017 03:01
PAIR-code / Facets - data visualization - favicons
facets_dive1.png
@vfdev-5
vfdev-5 / cifar10-FixedSizeData.ipynb
Created August 31, 2017 17:55
Tensorpack - FixedSizeData
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vfdev-5
vfdev-5 / mem-consump.ipynb
Last active September 25, 2017 06:42
Tensorpack
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.