Skip to content

Commit

Permalink
Merge branch 'lbarber-adversarial-patches-bug' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jkglasbrenner committed Jul 20, 2023
2 parents 9b00146 + 7ddf264 commit 3e4c303
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@
" entry_point_kwargs=\" \".join(\n",
" [\n",
" \"-P batch_size=20\",\n",
" \"-P load_dataset_from_mlruns=true\",\n",
" \"-P spatial_smoothing_window_size=2\",\n",
" f\"-P dataset_run_id={response_deploy_le_net_patches_mnist_testing['mlflowRunId']}\",\n",
" ]\n",
Expand Down Expand Up @@ -676,7 +675,6 @@
" entry_point_kwargs=\" \".join(\n",
" [\n",
" \"-P batch_size=20\",\n",
" \"-P load_dataset_from_mlruns=true\",\n",
" f\"-P dataset_run_id={response_deploy_le_net_patches_mnist_testing['mlflowRunId']}\",\n",
" \"-P jpeg_compression_quality=30\",\n",
" ]\n",
Expand Down Expand Up @@ -753,7 +751,6 @@
" entry_point_kwargs=\" \".join(\n",
" [\n",
" \"-P batch_size=20\",\n",
" \"-P load_dataset_from_mlruns=true\",\n",
" f\"-P dataset_run_id={response_deploy_le_net_patches_mnist_testing['mlflowRunId']}\",\n",
" \"-P gaussian_augmentation_sigma=0.3\",\n",
" ]\n",
Expand Down

0 comments on commit 3e4c303

Please sign in to comment.