Bernstein_Poster_2024/do.sh
David Rotermund 12eb04e446 New Sims
2024-11-05 18:20:02 +01:00

91 lines
995 B
Bash

cd basis_nnmf
sh noise_run.sh
cd ..
cd basis_mlp
sh noise_run.sh
cd ..
cd max_pooling_mlp
sh noise_run.sh
cd ..
cd max_pooling_nnmf
sh noise_run.sh
cd ..
cd avg_pooling_mlp
sh noise_run.sh
cd ..
cd avg_pooling_nnmf
sh noise_run.sh
cd ..
cd avg_pooling_mlp_x2
sh noise_run.sh
cd ..
cd avg_pooling_nnmf_x2
sh noise_run.sh
cd ..
cd basis_nnmf_x2
sh noise_run.sh
cd ..
cd avg_pooling_nnmf_sp1.01_x2
sh noise_run.sh
cd ..
cd basis_nnmf_sp1.01_x2
sh noise_run.sh
cd ..
cd avg_pooling_nnmf_x4
sh noise_run.sh
cd ..
cd avg_pooling_mlp_x4
sh noise_run.sh
cd ..
cd avg_pooling_nnmf_sp1.01_x4
sh noise_run.sh
cd ..
cd basis_nnmf_x4
sh noise_run.sh
cd ..
cd basis_mlp_x2
sh noise_run.sh
cd ..
cd basis_nnmf_sp1.01_x4
sh noise_run.sh
cd ..
cd basis_nnmf_sp1.01
sh noise_run.sh
cd ..
cd basis_mlp_x4
sh noise_run.sh
cd ..
cd avg_pooling_nnmf_sp1.01
sh noise_run.sh
cd ..
cd basis_nnmf_x8
sh noise_run.sh
cd ..
cd basis_mlp_x8
sh noise_run.sh
cd ..
cd basis_mlp_x16
sh noise_run.sh
cd ..