Skip to content

Commit

Permalink
添加数据集处理功能
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyuxiaoxiao committed Nov 24, 2023
1 parent 8dbe109 commit fb23b2e
Show file tree
Hide file tree
Showing 6 changed files with 761 additions and 5 deletions.
88 changes: 88 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@highlightjs/vue-plugin": "^2.1.0",
"@surely-vue/table": "^4.2.2",
"ant-design-vue": "^4.0.6",
"axios": "^1.5.1",
"highlight.js": "^11.9.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/infer/model_card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default {
}
},
getName(text, name, speaker_name) {
let name2 = name.replace(/^Data\\|^Data\//, '').replace(/models\\|models\//, '')
return text.substring(0, 10) + "@" + name2 + "@" + speaker_name + ".wav"
Expand Down
Loading

0 comments on commit fb23b2e

Please sign in to comment.