Skip to content

Commit

Permalink
updating baseline config to be compatible with newer versions of ART (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lcadalzo authored May 11, 2021
1 parent a647f96 commit 2806e87
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions scenario_configs/asr_deepspeech_baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,18 @@
"knowledge": "white",
"kwargs": {
"decrease_factor_alpha": 0.5,
"eps": 0.0075,
"global_max_length": 562480,
"increase_factor_alpha": 2.0,
"initial_eps": 0.0075,
"initial_rescale": 1.0,
"learning_rate_1st_stage": 0.0001,
"learning_rate_2nd_stage": 1e-07,
"max_iter_1st_stage": 400,
"max_iter_2nd_stage": 100,
"num_iter_decrease_alpha": 50,
"rescale_factor": 0.5
"initial_rescale": 0.5,
"learning_rate_1": 0.0001,
"learning_rate_2": 1e-07,
"max_iter_1": 400,
"max_iter_2": 100,
"num_iter_decrease_alpha": 50
},
"module": "art.attacks.evasion.imperceptible_asr.imperceptible_asr_pytorch",
"name": "ImperceptibleASRPytorch",
"name": "ImperceptibleASRPyTorch",
"targeted": true,
"targeted_labels": {
"kwargs": {
Expand Down

0 comments on commit 2806e87

Please sign in to comment.