Migrate from DLS Cloud 2.x to Latest DLS 3.x

This guide is for users to show how to migrate datasets and projects from Deep Learning Studio Cloud V2.2 to Deep Learning Studio V3.x.

1) Creation of Backups from DLS Cloud 2.x

2) Restoration of Backups on DLS 3.x (Desktop / Cloud)

1 (a) Creation of Datasets Backup from DLS Cloud 2.x

  1. Open app.deepcognition.ai Deep Learning Studio Cloud Version

  2. Login and start the instance

  3. Open File Browser

  • Click on that link and you will be redirected to the DLS file browser.

  • Select the Datasets folder from the left sidebar and you'll see all your datasets.

  • Select all the dataset, right-click on that, and click on download.

    • Here all your dataset will be downloaded in one zip folder

    • Extract that downloaded zipped folder

1 (b) Creation of Projects Backup from DLS Cloud 2.x

  • Open the project and go to the Model tab, and download the model config by clicking on Download icon

Important

Repeat the above steps for every project to create a backup

2 (a) Restoration of Backups on DLS Desktop 3.x (Windows / Ubuntu)

Important

Make sure you have installed DLS 3.0 Desktop Version. If not then, download and install from our official website. You can also refer to Windows and Ubuntu installation guide

Restore datasets:

  1. Open dataset backup folder

  2. Download this file and place it inside all the datasets folder

  3. Copy the dataset folder and paste it to <DLS_FOLDER>/user_data/data/1/datasets/

Note: If you are running DLS in Azure or Amazon Machine, follow Restoration of Backups on DLS Cloud 3.x (AWS / Azure)

Restore projects:

  1. Create your projects

  2. Export the downloaded model config files (.yaml )

2 (b) Restoration of Backups on DLS Cloud 3.x (AWS / Azure)

Important

Make sure you have launched DLS in AWS/Azure Cloud, if not please launch or you can also refer Azure and AWS installation guide

Restore datasets:

  1. Open dataset backup folder

  2. Download this file and place it inside all the datasets folder

  3. Zip each dataset separately and upload it as DLS Native format from the dataset menu. For more information about dataset refer this link .

Restore projects:

  1. Create your projects

  2. Import the downloaded model config files (.yaml )

Notes :

  • As we have upgraded to a new version, you may face some conflicts in your project model.

  • Refer to this note for the arguments/parameters mismatch in the model layers.

Congratulations!!

You have successfully migrated from DLS Cloud 2.x to DLS Desktop 3.x

Last updated