Ubuntu Installation
Ubuntu Desktop version of Deep Learning studio is a single user solution that run locally on your hardware. Desktop version allows to train models on your CPU(s) and GPU(s) .
- OS - Ubuntu Linux 14.04, 16.04, 16.10, 17.04, 17.10
- CPU – Intel/AMD 64 bit CPU
- RAM – 8GB or more recommended
- GPU – NVIDIA GPUs with compute capability > 3.5
* Internet connection with high speed is required to install Deep Learning Studio.
1. Download Windows edition software from our official website : https://deepcognition.ai/deep-learning-studio/
Note: If there are problems with the download, please try using another browser

2. Click on the Ubuntu version, it will start downloading.

3. Set execute permission on downloaded file by opening it in the file browser, right-clicking on the downloaded file, and selecting properties. In properties please click on the checkbox that reads “Allow executing file as program”

1. Download the latest DLS Ubuntu version from the official website link :
2. Run the command to change permission :
- Chmod +x deep_learning_studio_3.0.1_ubuntu_x86_64.run
3. Install Deep Learning Studio, open terminal, and change the directory to the downloaded folder and run the file.

- Read the full license agreement and proceed by pressing ENTER ( If you don't want to read, press Q)
- Accept the agreement by pressing (Y/y).
4. Software installation : At this point, software will start installing. It may take several minutes (depends on internet speed) for the installation to download all necessary files.
5. Installation complete it shows installation completed on the terminal.
6. Deep Learning Studio start: Before starting DLS you can configure the IP address and port no. by executing below command
● To start DLS, navigate to Deep learning Studio folder through the terminal with cd command as :
“cd deep_learning_studio_3.0_linux”
“./dlsctl config -p <PORT NUMBER> -i <IP ADDRESS>” or it will take local network IP.
● To start DLS you need to run below command: “./dlsctl start”
7. Deep Learning Studio started: After successfully starting the deep learning studio software. It will show an URL to access deep learning studio software.
Deep Learning Studio takes 1-2 min to start. You need to wait for a while till you get a message on the prompt that "DLS started successfully".

Congratulation!!
You have successfully installed Deep Learning Studio 3.0 "Desktop" Ubuntu version in your system.
Last modified 2yr ago