file_list.sh 514 字节
Newer Older
1 2 3 4 5
#!/bin/bash
export configs=(test_fc layer_activations projections test_print_layer
test_sequence_pooling test_lstmemory_layer test_grumemory_layer
last_first_seq test_expand_layer test_ntm_layers test_hsigmoid
img_layers img_trans_layers util_layers simple_rnn_layers unused_layers test_cost_layers
W
wangyang59 已提交
6
test_rnn_group shared_fc shared_lstm shared_gru test_cost_layers_with_weight
7 8
test_spp_layer test_bilinear_interp test_maxout test_bi_grumemory math_ops
test_seq_concat)
9 10

export whole_configs=(test_split_datasource)