sample.json file used jupyter nbconvert command to execute the notebook. But since the notebook required manual restart after loading each model, it was not possible to run it in CI. So, replace notebook execution command with python script.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
[X] Command Line
[ ] oneapi-cli
[ ] Visual Studio
[ ] Eclipse IDE
[ ] VSCode
[ ] When compiling the compliler flag "-Wall -Wformat-security -Werror=format-security" was used
Existing Sample Changes
Description
sample.json file used
jupyter nbconvert
command to execute the notebook. But since the notebook required manual restart after loading each model, it was not possible to run it in CI. So, replace notebook execution command with python script.How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration