deepspeech2-pytorch-adversarial-attack icon indicating copy to clipboard operation
deepspeech2-pytorch-adversarial-attack copied to clipboard

Adversarial attack against DeepSpeech2 ASR pytorch model

Results 1 deepspeech2-pytorch-adversarial-attack issues
Sort by recently updated
recently updated
newest added

When i run attack(), i need model.eval() and get loss to optime the adversarial example. However, it run error `RuntimeError: cudnn RNN backward can only be called in training mode`....