Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Update examples with new method names.
Browse files Browse the repository at this point in the history
  • Loading branch information
bunelr committed Oct 24, 2022
1 parent 6e7c533 commit 391dca1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/run_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ echo "Running run_boundprop.py"
python3 run_boundprop.py
python3 run_boundprop.py --model=cnn
python3 run_boundprop.py --boundprop_method=interval_bound_propagation
python3 run_boundprop.py --boundprop_method=ibpfastlin_bound_propagation
python3 run_boundprop.py --boundprop_method=fastlin_bound_propagation
python3 run_boundprop.py --boundprop_method=crown_bound_propagation
python3 run_boundprop.py --boundprop_method=ibpforwardfastlin_bound_propagation
python3 run_boundprop.py --boundprop_method=backward_fastlin_bound_propagation
python3 run_boundprop.py --boundprop_method=backward_crown_bound_propagation
python3 run_boundprop.py --boundprop_method=crownibp_bound_propagation

echo "Running run_sdp_verify.py"
Expand Down

0 comments on commit 391dca1

Please sign in to comment.