Error in connecting to compute server

Dear forum members.

I have recently installed DLS and trying to run already built project, MNIST Handwritten Digits Classifier. Under training tab when I click “Start Training” , I receive following message “Error in connecting to compute server.”

Please do help me out, how to run model.

Thanks a lot.

Rizwan, Are you trying windows version or Linux version ? Please share the logs content from logs tab for us to analyze the issue.

Dear Rajendra,

I am on Windows platform.

Log:
Starting Deep Learning Studio…
Checking GPU support…
GPU not supported
skipping cifar dataset download!
skipping IMDB dataset download!
skipping MNIST dataset download!
skipping reuters dataset download!
No changes detected
Using MXNet backend.
C:\Users\Rizwan.Khan\AppData\Local\Programs\DeepLearningStudio\conda3\lib\site-packages\allauth\account\templatetags\account_tags.py:4: DeprecationWarning: {% load account_tags %} is deprecated, use {% load account %}
DeprecationWarning)
C:\Users\Rizwan.Khan\AppData\Local\Programs\DeepLearningStudio\conda3\lib\site-packages\allauth\socialaccount\templatetags\socialaccount_tags.py:4: DeprecationWarning: {% load socialaccount_tags %} is deprecated, use {% load socialaccount %}
" {% load socialaccount %}", DeprecationWarning)
Operations to perform:
Apply all migrations: account, admin, auth, authtoken, automl, contenttypes, environments, project, projects, reversion, sessions, sites, socialaccount
Running migrations:
No migrations to apply.
Using MXNet backend.
C:\Users\Rizwan.Khan\AppData\Local\Programs\DeepLearningStudio\conda3\lib\site-packages\allauth\account\templatetags\account_tags.py:4: DeprecationWarning: {% load account_tags %} is deprecated, use {% load account %}
DeprecationWarning)
C:\Users\Rizwan.Khan\AppData\Local\Programs\DeepLearningStudio\conda3\lib\site-packages\allauth\socialaccount\templatetags\socialaccount_tags.py:4: DeprecationWarning: {% load socialaccount_tags %} is deprecated, use {% load socialaccount %}
" {% load socialaccount %}", DeprecationWarning)
Using MXNet backend.
Using MXNet backend.

  • Running on http://127.0.0.1:6666/ (Press CTRL+C to quit)
    [I 21:45:54.029 NotebookApp] Serving notebooks from local directory: C:\Users\Rizwan.Khan\AppData\Local\Programs\DeepLearningStudio\data\1
    [I 21:45:54.030 NotebookApp] 0 active kernels
    [I 21:45:54.030 NotebookApp] The Jupyter Notebook is running at:
    [I 21:45:54.030 NotebookApp] http://127.0.0.1:8886/?token=
    [I 21:45:54.030 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
    Starting server worker…

Server worker has been started. [ID: 1 | PID: 3496]

[28/May/2018:21:45:56] ENGINE Bus STARTING
[28/May/2018:21:45:56] ENGINE Serving on http://0.0.0.0:8000
[28/May/2018:21:45:56] ENGINE Bus STARTED
Server worker is ready to accept messages. [ID: 1 | PID: 3496]

[2018-05-28T16:46:02.935Z] INFO: Theia/3496 on CS-RIZWAN-LT: Theia app listening on http://0.0.0.0:8889. []

Received message which is neither a response nor a notification message:
“8889”

[2018-05-28T16:46:03.275Z] INFO: Theia/3496 on CS-RIZWAN-LT:
[nsfw-watcher: 8616] Started watching: c:\Users\Rizwan.Khan\AppData\Local\Programs\DeepLearningStudio\home\theia\examples\browser\package.json
[]

There is no error in the logs . Do you have anti-virus on your system ?

There is another user who faced the same issue and it was eventually narrowed to the anti-virus blocking the compute server port.

Please go through this thread:

Thank you. I will try this out.

Dear Rajendra,

I have deactivated anti-virus and firewalls (uninstalled - re-installed DLS) but still I am getting same error.

ok. Can you try the steps mentioned in the thread (post#7)?

I found the problem, it was proxy settings in the Browser. I have removed proxy server and now its running fine.

Thank you for your support.