Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
aasist_bladedisc
Commits
70a21a6d
Commit
70a21a6d
authored
Jan 04, 2024
by
zhangqha@sugon.com
Browse files
更新readme
parent
b06073fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
README.md
README.md
+13
-3
No files found.
README.md
View file @
70a21a6d
# AASIST
# AASIST
## 论文
## 论文
参考ASIST: Audio Anti-Spoofing using Integrated Spectro-Temporal Graph Attention Networks
参考ASIST: Audio Anti-Spoofing using Integrated Spectro-Temporal Graph Attention Networks
https://arxiv.org/pdf/2110.01200.pdf
## 模型结构
## 模型结构
aasist是一种开源的音频反欺诈的模型,主要的模型结构如下所示:
aasist是一种开源的音频反欺诈的模型,主要的模型结构如下所示:


## 算法原理

## 环境配置
## 环境配置
### Docker(方法一)
### Docker(方法一)
提供
[
光源
](
https://www.sourcefind.cn/#/service-list
)
拉取的训练的docker镜像:
提供
[
光源
](
https://www.sourcefind.cn/#/service-list
)
拉取的训练的docker镜像:
*
推理镜像:
*
推理镜像:
```
```
docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:aasist-main
docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:aasist-main
docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
```
```
*
激活镜像环境:
*
激活镜像环境:
```
```
...
@@ -21,7 +28,7 @@ cd /root/aasist;sh run.sh
...
@@ -21,7 +28,7 @@ cd /root/aasist;sh run.sh
```
```
*
python依赖安装:
*
python依赖安装:
```
```
pip3 install -r requirement.txt
pip3 install -r requirement
s
.txt
```
```
## 数据集
## 数据集
...
@@ -57,6 +64,9 @@ python3 main_opt.py --eval --config ./config/AASIST-L.conf
...
@@ -57,6 +64,9 @@ python3 main_opt.py --eval --config ./config/AASIST-L.conf
测试命令:
测试命令:
```
```
bash run.sh
bash run.sh
## result
无
```
```
## 精度
## 精度
使用Blade DISC优化后的精度与未使用Blade DISC优化后的精度保持一致
使用Blade DISC优化后的精度与未使用Blade DISC优化后的精度保持一致
...
@@ -68,9 +78,9 @@ bash run.sh
...
@@ -68,9 +78,9 @@ bash run.sh
### 热点行业
### 热点行业
金融,交通,教育
金融,交通,教育
##
#
源码仓库及问题反馈
## 源码仓库及问题反馈
https://developer.hpccube.com/codes/modelzoo/bladedisc_aasist
https://developer.hpccube.com/codes/modelzoo/bladedisc_aasist
##
#
参考
## 参考
资料
https://github.com/clovaai/aasist.git
https://github.com/clovaai/aasist.git
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment