Thank you for releasing the code. One thing I noticed in the model code is the use of softmax in convlayers and sigmoid in the hidden dense layer (https://github.com/visze/sequence_cnn_models/blob/master/workflow/scripts/model.py#L11). I was wondering what the reasoning is for these activations.