Skip to content

Commit

Permalink
scaled epsilon (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidslater authored Oct 28, 2020
1 parent 2895bc4 commit 85d0eba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scenario_configs/ucf101_baseline_finetune.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"knowledge": "white",
"kwargs": {
"batch_size": 1,
"eps": 51.0,
"eps": 0.2,
"eps_step": 0.1,
"minimal": false,
"num_random_init": 0,
Expand Down
2 changes: 1 addition & 1 deletion scenario_configs/ucf101_baseline_pretrained.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"knowledge": "white",
"kwargs": {
"batch_size": 1,
"eps": 51.0,
"eps": 0.2,
"eps_step": 0.1,
"minimal": false,
"num_random_init": 0,
Expand Down
2 changes: 1 addition & 1 deletion scenario_configs/ucf101_baseline_pretrained_targeted.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"knowledge": "white",
"kwargs": {
"batch_size": 1,
"eps": 51.0,
"eps": 0.2,
"eps_step": 0.1,
"minimal": false,
"num_random_init": 0,
Expand Down

0 comments on commit 85d0eba

Please sign in to comment.