From e479a00724e5a8f4055b82d8ad2748235099cf9d Mon Sep 17 00:00:00 2001 From: Katsuya Iida Date: Sat, 12 Aug 2023 09:10:16 +0900 Subject: [PATCH 1/2] update launch --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 038664f..d13dc45 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,9 +10,9 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/NeMoOnnxSharp/bin/Debug/net7.0/NeMoOnnxSharp.dll", + "program": "${workspaceFolder}/NeMoOnnxSharp.Program/bin/Debug/net7.0/NeMoOnnxSharp.Program.dll", "args": [], - "cwd": "${workspaceFolder}/NeMoOnnxSharp", + "cwd": "${workspaceFolder}/NeMoOnnxSharp.Program", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console "console": "internalConsole", "stopAtEntry": false From c4c9e884f8e4f6936a1ce77589205ee5e81c511d Mon Sep 17 00:00:00 2001 From: Katsuya Iida Date: Sat, 12 Aug 2023 09:12:17 +0900 Subject: [PATCH 2/2] Add badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be1a46f..5d07dac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Speech recognizer with QuartzNet and ONNX Runtime +[![build](https://github.com/kaiidams/NeMoOnnxSharp/actions/workflows/build-validation.yml/badge.svg)](https://github.com/kaiidams/NeMoOnnxSharp/actions/workflows/build-validation.yml) + This repository explains how to export [QuartzNet](https://arxiv.org/abs/1910.10261) of