Diff of /paard_gpu1.sh [000000] .. [70b6b3]

Switch to unified view

a b/paard_gpu1.sh
1
#!/bin/bash
2
3
4
#THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python train.py ch4_roi10_zoom_leaky_after_nomask
5
#THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python train.py ch2_roi10_zoom_leaky_after_nomask
6
#
7
#THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python train.py ch2_zoom_leaky_after_nomask
8
#THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python train.py ch4_zoom_leaky_after_nomask
9
#
10
#THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python train.py ch4_zoom_leaky_after
11
#THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python train.py ch2_zoom_leaky_after
12
13
#THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python predict_framework_transfer.py ch4_roi10_zoom_leaky_after_nomask 50 arithmetic
14
#THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python predict_framework_transfer.py ch2_roi10_zoom_leaky_after_nomask 50 arithmetic
15
#
16
#THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python predict_framework_transfer.py ch2_zoom_leaky_after_nomask 50 arithmetic
17
#THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python predict_framework_transfer.py ch4_zoom_leaky_after_nomask 50 arithmetic
18
19
#THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python predict_framework_transfer.py gauss_roi10_zoom_mask_leaky_after 50 geometric
20
#THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python predict_framework_transfer.py gauss_roi_zoom_mask_leaky 50 geometric
21
#THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python predict_framework_transfer.py gauss_roi10_big_leaky_after_seqshift 50 geometric
22
23
24
THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python train.py gauss_roi10_maxout_seqshift_96
25
THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python train_meta.py meta_gauss_roi10_maxout_seqshift_96
26
THEANO_FLAGS='device=gpu2,floatX=float32,allow_gc=True' python predict_framework_transfer.py meta_gauss_roi10_maxout_seqshift_96 50 arithmetic
27