475746ad41
Ordner beinhaltet den momentanen Stand des Codes, wie ich ihn auf den GPUs ausführe (d.h. ohne Softmax, etc) und angepasst auf die jeweilige Stimuluskondition.
11 lines
No EOL
570 B
Bash
11 lines
No EOL
570 B
Bash
Directory="/home/kk/Documents/Semester4/code/Classic_contour_net_shallow"
|
|
Priority="-500"
|
|
echo $Directory
|
|
mkdir $Directory/argh_log_classic
|
|
for out_channels_idx in {0..0}; do
|
|
for kernel_size_idx in {0..0}; do
|
|
for stride_idx in {0..0}; do
|
|
echo "hostname; cd $Directory ; /home/kk/P3.10/bin/python3 cnn_training.py --idx-conv-out-channels-list $out_channels_idx --idx-conv-kernel-sizes $kernel_size_idx --idx-conv-stride-sizes $stride_idx -s \$JOB_ID" | qsub -o $Directory/argh_log_classic -j y -p $Priority -q gp4u,gp3u -N ClassicTraining
|
|
done
|
|
done
|
|
done |