ablation-copyright / run_plot_sum_loss_pvalue.sh
bxiong's picture
Add files using upload-large-folder tool
7918e68 verified
Raw
History Blame Contribute Delete
214 Bytes
#!/bin/sh
for data_name in europarl
do
for e in 9
do
for log in mlp
do
python sum_norm_loss_pvalue.py --subname $data_name --epoch $e --logging $log
done
done
done