phvu / tf-mkl

Initial effort of compiling tensorflow with Intel MKL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tf-mkl

Initial effort of compiling tensorflow with Intel MKL

docker build -t tf-mkl -f Dockerfile --build-arg PROXY_SERVER=... --build-arg NO_PROXY=... .
docker run --rm -it tf-mkl bash

For benchmarking:

cd /
git clone https://github.com/tensorflow/models.git
cd models/tutorials/image/mnist
python convolutional.py

About

Initial effort of compiling tensorflow with Intel MKL

License:Apache License 2.0