MLOpsPython icon indicating copy to clipboard operation
MLOpsPython copied to clipboard

Error while trying to access Model folder

Open veonua opened this issue 4 years ago • 5 comments

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?

veonua avatar Aug 16 '20 23:08 veonua

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

j-so avatar Aug 18 '20 20:08 j-so

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 avatar Aug 22 '20 11:08 veonua

expected behavior

  • "copy files" is able to connect to the model folder

  • in case MS devs fail on the first one, just hide the model folder from the available sources.

veonua avatar Aug 22 '20 11:08 veonua

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

veonua avatar Sep 06 '20 13:09 veonua

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.

j-so avatar Sep 09 '20 01:09 j-so