Installing the new Intel DLSDK tools beta

Abhishek Nandy
Aug 9, 2017 · 3 min read

In this Document we will go through installing the Deep Learning Training Tools beta.

What we are going to do?

We would be installing the Intel Deep Learning SDK training tools beta locally on a Ubuntu 16.04 VM so that you can access the tool locally.It’s a browser based tool.Let’s start.

First we head to the following website address

https://software.intel.com/en-us/deep-learning-training-tool/download

Then we need to click on download

We need to install locally for that we have chosen Ubuntu VM and we will have to select the linux option. Then it redirects to fill all the details which we need to fill in and click on submit.

From the following we need to select the Linux version.

Now we need to save the file

After saving we need to copy the file to the home directory and create a folder to keep it.

We have to extract the file in the folder we created.

In the next step we have to open it up in terminal.

We need to get into the folder and setup the tool using following commands.

To run a command as administrator (user “root”), use “sudo <command>”.
See “man sudo_root” for details.

abhi1@ubuntu:~/DeepLearning$ dir
dl-sdk-training-tool-1.0.1143 dl-sdk-training-tool-1.0.1143-linux.tar.gz
abhi1@ubuntu:~/DeepLearning$ cd dl-sdk-training-tool-1.0.1143
abhi1@ubuntu:~/DeepLearning/dl-sdk-training-tool-1.0.1143$ dir
aws.template reset_tool_password.sh
install_training_tool.sh third-party-programs.rtf
Intel_Deep_Learning_SDK_EULA.txt uninstall_training_tool.sh
k8s version.txt
readme.txt
abhi1@ubuntu:~/DeepLearning/dl-sdk-training-tool-1.0.1143$ sudo ./install_training_tool.sh -toolpassword 123 -toolport 8081

The snap shot shows the process.

In the next step it will download Docker and install it.The script will configure everything for us.

The entire Intel Deep learning SDK is installed upon docker so it will do pull and install necessary files.

Finally after the steps installation will be complete.

Finally we need to open the tool in browser.

http://127.0.0.1:31000

The convention is http://<localhost>:<port>

Put in your password that you have set.

We need to put in the password we had at the start of installing the SDK i.e the tools password.

The homepage for the first time will look like this.

We have completed the installation of Intel Deep Learning SDK training tool beta the new version on Linux(Ubuntu 16.04) locally.

My Journey will continue and will be sharing a lot on AI,Deep Learning soon.Let’s learn together.

Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch
Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore
Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade