Skip to content

Instantly share code, notes, and snippets.

View spk921's full-sized avatar

Sangpil Kim spk921

View GitHub Profile
@spk921
spk921 / caffe.md
Last active January 18, 2017 19:37
caffe
@spk921
spk921 / cifar.md
Last active December 29, 2016 04:17
Cifar learder board
@spk921
spk921 / TensorFlow version check
Created December 29, 2016 03:56
TensorFlow version check
python -c 'import tensorflow as tf; print(tf.__version__)' # for Python 2
python3 -c 'import tensorflow as tf; print(tf.__version__)' # for Python 3
@spk921
spk921 / Py3.6 Changes.md
Last active December 29, 2016 04:17
Py3.6 Changes
@spk921
spk921 / Docker install on ubuntu 16
Created December 27, 2016 06:16
Docker install on ubuntu 16
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04#prerequisites