You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi shuo-y, did you manage to solve this? I was trying to run the vm_scheduling notebook and encountered the same issue. Seems like no answer was given here.
Description
I was trying to run the https://github.com/microsoft/maro/blob/master/notebooks/vm_scheduling/interact_with_environment.ipynb However, two issues happen. First, it gives an error that cannot import
DecisionPayload
, I change it toVmRequestPayload
. After changing , when rerunning the notebook, it gives another error when trying to download the data file from https://marodatasource.blob.core.windows.net/vm-scheduling-azure/azure.2019.10k/azure.2019.10k.tar.gz. It showsurllib.error.HTTPError: HTTP Error 404: The specified resource does not exist.
. So it seems that the above link to the data files need to be updated. I will appreciate it if maro team could look into this. Thank you.To Reproduce
Steps to reproduce the behavior:
Expected Behavior
It should output similar to the notebook.
Environment
VM Scheduling
):source
):Linux
):3.9
):The text was updated successfully, but these errors were encountered: