pytorch wav2letter attacks 源码
基于IPC的Wav2Letter +攻击 IJCAI_2020论文代码(已接受) 生成具有时间依赖性的强大音频对抗示例[] 安装 如果尚未安装,请安装PyTorch。 我们目前正在使用cuda9和python3.7在pytorch 1.1.0上实现我们的实验。 安装此前叉以用于Warp-CTC绑定: $ git clone https://github.com/SeanNaren/warp-ctc.git $ cd warp-ctc $ mkdir build; cd build $ cmake .. $ make $ export CUDA_HOME="/usr/local/cuda" $ cd ../pytorch_binding $ python setup.py install 注意:如果遇到ModuleNotFoundError问题:没有名为'warpctc_pytorch
下载地址
用户评论