microsoft / MLOpsPython

MLOps using Azure ML Services and Azure DevOps
MIT License
1.2k stars 1.09k forks source link

Error while trying to access Model folder #320

Open veonua opened 4 years ago

veonua commented 4 years ago

ot found SourceFolder: /home/vsts/work/r1/a/_model/object_detection:51

I have selected the model and version from the copy dialog in Azure DevOps

$(System.DefaultWorkingDirectory)/_model/object_detection:51

how do I get access to the model files in the MLOps flow?

j-so commented 4 years ago

Can you post the steps you have taken, and a screenshot or copy of the error you are seeing?

veonua commented 4 years ago

Screenshot from 2020-08-22 13-41-43 Screenshot from 2020-08-22 13-44-43

yields Screenshot from 2020-08-22 13-43-00 Screenshot from 2020-08-22 13-42-28

veonua commented 4 years ago

expected behavior

veonua commented 4 years ago

@j-so is it enough information? Or you just asked

j-so commented 4 years ago

Thank you for the screenshots! We are taking a look.

In the meantime, my recommendation is to use Pipelines instead of Releases (check out the latest version of this repo - getting started). This approach uses the Azure ML CLI, instead of prebuilt release tasks. So it has more flexibility and debuggability.