Skip to content
Snippets Groups Projects
Commit 582a280e authored by Gabriele Cavallaro's avatar Gabriele Cavallaro
Browse files

Upload New File

parent bf0689b0
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
for B in 3; do
for K in 2; do
for xi in 1 5; do
for gamma in -1; do
for E in 0 1 2; do
echo "python3 run_experiments.py _tiny $B $K $xi $E $gamma"
python3 run_experiments.py _tiny $B $K $xi $E $gamma
done
done
done
done
done
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment