Skip to content

Instantly share code, notes, and snippets.

@ravi9
ravi9 / intel_tf_cnn_benchmarks.sh
Last active July 8, 2019 14:22 — forked from MattsonThieme/intel_tf_cnn_benchmarks.sh
Intel TensorFlow CNN Benchmarking Script
# !/bin/bash
# Run TensorFlow's tf_cnn benchmarks in tensorflow_p36 virtualenv
# Activate TensorFlow virtual environment
#source activate tensorflow_p36
# Clone benchmark scripts
git clone https://github.com/tensorflow/benchmarks.git
cd benchmarks/scripts/tf_cnn_benchmarks/
@ravi9
ravi9 / notebook.sh
Last active February 13, 2017 21:12 — forked from yangj1e/notebook.sh
Deploy Jupyter Notebook server on Amazon EC2 Instance
#!/usr/bin/env bash
cd ~
wget http://repo.continuum.io/archive/Anaconda2-4.0.0-Linux-x86_64.sh
bash Anaconda2-4.0.0-Linux-x86_64.sh -b
echo 'PATH="/home/ubuntu/anaconda2/bin:$PATH"' >> .bashrc
. .bashrc
jupyter notebook --generate-config