forked from data61/MP-SPDZ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.2.on-benchmark-conv2d-3x3.sh
More file actions
executable file
·6 lines (6 loc) · 1.28 KB
/
1.2.on-benchmark-conv2d-3x3.sh
File metadata and controls
executable file
·6 lines (6 loc) · 1.28 KB
1
2
3
4
5
6
./Scripts/benchmark.py 56 64 3 3 --parties 2 --output_folder "$MP_SPDZ_BENCHMARKS/benchmarks-3x3-2on-c3$BENCHMARK_DELAY" --approaches "[('base','online'),('conv2d','online'),('matmul','online')]" --repeats 2
./Scripts/benchmark.py 28 128 4 3 --parties 2 --output_folder "$MP_SPDZ_BENCHMARKS/benchmarks-3x3-2on-c4$BENCHMARK_DELAY" --approaches "[('base','online'),('conv2d','online'),('matmul','online')]" --repeats 2
./Scripts/benchmark.py 14 256 6 3 --zip_sizes_and_depths True --parties 2 --output_folder "$MP_SPDZ_BENCHMARKS/benchmarks-3x3-2on-c6$BENCHMARK_DELAY" --approaches "[('base','online'),('conv2d','online'),('matmul','online')]" --repeats 2
./Scripts/benchmark.py 56 64 3 3 --parties 4 --output_folder "$MP_SPDZ_BENCHMARKS/benchmarks-3x3-4on-c3$BENCHMARK_DELAY" --approaches "[('base','online'),('conv2d','online'),('matmul','online')]" --repeats 2
./Scripts/benchmark.py 28 128 4 3 --parties 4 --output_folder "$MP_SPDZ_BENCHMARKS/benchmarks-3x3-4on-c4$BENCHMARK_DELAY" --approaches "[('base','online'),('conv2d','online'),('matmul','online')]" --repeats 2
./Scripts/benchmark.py 14 256 6 3 --zip_sizes_and_depths True --parties 4 --output_folder "$MP_SPDZ_BENCHMARKS/benchmarks-3x3-4on-c6$BENCHMARK_DELAY" --approaches "[('base','online'),('conv2d','online'),('matmul','online')]" --repeats 2