microsoft / nlp-recipes

Natural Language Processing Best Practices & Examples
MIT License
6.37k stars 918 forks source link

Container creation for Q&A System BiDaf Quickstart fails [BUG] #609

Open ashley-ow opened 3 years ago

ashley-ow commented 3 years ago

Description

The error message received indicates that the code execution failed at scoring files .init() function

How do we replicate the bug?

Execute the question_answering_system_bidaf_quickstart.ipynb in an Azure ML notebook until code cell 43. The code will fail in this code cell with the error message - "Aci Deployment failed with exception: Your container application crashed. This may be caused by errors in your scoring file's init() function."

Expected behavior (i.e. solution)

The web service should be deployed into the container

Other Comments