Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.09k stars 2.52k forks source link

WARNING:root:user_name does not exist. (Reinforcement Learning in particle environment) #1595

Open ExOblivione opened 3 years ago

ExOblivione commented 3 years ago

When the experiment is started up, and the run details is supposed to be available from the notebook, it throws an error:

WARNING:root:user_name does not exist.

I can manually review the details and the videos in the logs of the experiment, but the button is not showing up in the notebook. Also, the videos are not visible inline, nor the tensorboard (502 Bad Gateway).

Let me know what might I do wrong!

As a reference, I share my blogpost, where you can see the screenshots I expect after the experiment starts up: https://medium.com/@evepardi/reinforcement-learning-in-gaming-583a42bc2a9b

ExOblivione commented 3 years ago

I want to present this at a conference in Italy next Friday, do you think you'll have time to look into the issue by then, or should I reorganize the session a bit? :)

ExOblivione commented 3 years ago

Hi, any news on this? :)

JulianChu1 commented 3 years ago

Hi, could you share a screenshot of the error which will help us invetigate?

ExOblivione commented 3 years ago

Hi 🙂

While was trying to figure out what might happened, I faced another issue with all the available projects in the reinforcement learning folder:

[cid:867ddb51-7560-40b6-9cc8-6263856e9eb7]

This happens while creating a new compute now - so I can't get further to see that original error 🙂

Best wishes, Eve Pardi +45 2170 0110

[cid:1f218d07-25fc-4a99-8a1b-73d8d01ba181] [cid:3c690000-b317-4821-be95-5927d2ea1c82] [cid:aba3017c-f6eb-4a3e-9bbb-2fab8a8aec59]


From: JulianChu1 @.> Sent: Thursday, October 21, 2021 9:09 PM To: Azure/MachineLearningNotebooks @.> Cc: Eva Pardi @.>; Author @.> Subject: Re: [Azure/MachineLearningNotebooks] WARNING:root:user_name does not exist. (Reinforcement Learning in particle environment) (#1595)

Hi, could you share a screenshot of the error which will help us invetigate?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Azure/MachineLearningNotebooks/issues/1595#issuecomment-948921341, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AB5O54UF5UHLMWZTRYP4UVDUIBQP7ANCNFSM5EQ52P3A. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

ExOblivione commented 3 years ago

This error starts showing when I start the experiment, and then at the TensorBoard, and then the video player code too

image

Edit: And then the TensorBoard doesn't work, I get 502 response: image

JulianChu1 commented 3 years ago

Thanks for the infroamtion. i can repro 502 gateway too, will engage the team to invetigate it

JulianChu1 commented 3 years ago

The team responded - please use kernel Python 3.8 - AzureML as mitigation python 3.6 kernel will be deprecated soon Verified and it works for me, please have a try

ExOblivione commented 2 years ago

Azure ML SDK version: 1.34.0 Python kernel: 3.8 - AzureML

The following issues are still there: WARNING:root:user_name does not exist. --> when I start up the experiment, the RunDetails are not shown in the notebook image

--> when TensorBoard starts up --> when it should show the videos inline image

The TensorBoard works now.

RunDetails and videos don't show inside the Notebook :)