hiromu / robust_audio_ae

Robust Audio Adversarial Example for a Physical Attack
BSD 2-Clause "Simplified" License
60 stars 20 forks source link

Q) "variable: ae_transformed" in attack.py #4

Closed namgyupark22 closed 4 years ago

namgyupark22 commented 4 years ago

I used your code to make audio adversarial example. and in the process, I got the ae_transformed file. [actually I got the **-conv-0-.wav] I thought that ae_transformed file generated at the first time is same to original sound. But the result shows the sound is a little bit different from original sound. [something like echo] I wonder whether the result is right or not. In your case, did you have a same sound to the original sound in the first generated ae_transformed file?

namgyupark22 commented 4 years ago

sorry, it's my implementation mistake