emnlp2017-bilstm-cnn-crf
emnlp2017-bilstm-cnn-crf copied to clipboard
Made compatible with %tensorflow 1.x in colab
- Resolved the error that shows due to first positional argument of add_weight() being name, resulting in multiple values for argument 'name'.
- Added missing dtype argument for keras.backend.zeros_like(); without this argument, the zeros array and initial_states have the data type of integer, which leads to error.