encode 20 kinds of amino acid and pad symbol to onehot vector. X symbol encode to 0.05 for first 20 position, 0 for 21 position.
encode 20 kinds of amino acid, pad, X symbol to onehot vector.
encode 20 kinds of amino acid, pad symbol to onehot vector. ignore X symbol.
encode 20 kinds of amino acid, X symbol to onehot vector. ignore pad symbol.
disable all batch normalization
set padding = 'VALID' to all conv2d
for first convolution layer, use 1x21 size filter, 1x22 stride and onehot22 encoding
python3 train.py [Encoding Rule]