Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/kaiidams/NeMoOnnxSharp i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
kaiidams committed Aug 12, 2023
2 parents c2d6491 + c4c9e88 commit 2a25485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2a25485

Please sign in to comment.