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
e2902647
Commit
e2902647
authored
Apr 26, 2023
by
zhangqha
Browse files
update README.md
parent
999abf1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
README.md
README.md
+9
-4
No files found.
README.md
View file @
e2902647
...
...
@@ -5,10 +5,6 @@
## 模型结构
aasist,参考链接https://github.com/clovaai/aasist, 参考论文ASIST: Audio Anti-Spoofing using Integrated Spectro-Temporal Graph Attention Networks
## AASIST代码参考版本
原始代码位置:https://github.com/clovaai/aasist.git
## 数据集
脚本下载方式:
python ./download_dataset.py
...
...
@@ -23,6 +19,11 @@ ASVspoof2019 dataset: https://datashare.ed.ac.uk/handle/10283/3336链接进行
*
推理镜像:
docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:aasist-main
激活镜像环境:
source /root/env_disc.sh
cd /root/aasist;sh run.sh
*
python依赖安装:
pip3 install -r requirement.txt
...
...
@@ -30,13 +31,17 @@ pip3 install -r requirement.txt
### 推理命令,使用BladeDISC进行加速
To evaluate AASIST [1]:
export TORCH_MHLO_OP_WHITE_LIST="aten::max;aten::batch_norm;aten::abs,aten::selu;prim::NumToTensor;aten::zeros_like;aten::size;aten::narrow;aten::cat;aten::selu_"
python3 main.py --eval --config ./config/AASIST.conf
python3 main_opt.py --eval --config ./config/AASIST.conf
To evaluate AASIST-L [1]:
export TORCH_MHLO_OP_WHITE_LIST="aten::max;aten::batch_norm;aten::abs,aten::selu;prim::NumToTensor;aten::zeros_like;aten::size;aten::narrow;aten::cat;aten::selu_"
python3 main.py --eval --config ./config/AASIST-L.conf
python3 main_opt.py --eval --config ./config/AASIST-L.conf
...
...
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