* multi-label classification for all classification models * support cuDNN cell for sequence labeling * add option for output `BOS` and `EOS` in sequence labeling result, fix 31
0.1.9
* add `AVCNNModel`, `KMaxCNNModel`, `RCNNModel`, `AVRNNModel`, `DropoutBGRUModel`, `DropoutAVRNNModel` model to classification task. * fix several small bugs
* remove class candidates filter to fix 16 * overwrite init function in CustomEmbedding * add parameter check to custom_embedding layer * add `keras-bert` version to setup.py file