a | b/tests/data/config.gin | ||
---|---|---|---|
1 | # exclude a large portion of the training set |
||
2 | exclude_chr=[] |
||
3 | valid_chr = ['chr2'] |
||
4 | test_chr = [] |
||
5 | seq_width = 200 |
||
6 | n_dil_layers = 1 |
||
7 | train.epochs = 1 |
||
8 | train.batch_size = 4 |
||
9 | |||
10 | PeakPredictionProfileMetric.pos_min_threshold = 0.015 |
||
11 | PeakPredictionProfileMetric.neg_max_threshold = 0.015 |
||
12 | PeakPredictionProfileMetric.required_min_pos_counts = 0 |
||
13 | |||
14 | bpnet_data.interval_augmentation_shift = 100 |