emnlp2017-bilstm-cnn-crf icon indicating copy to clipboard operation
emnlp2017-bilstm-cnn-crf copied to clipboard

Made compatible with %tensorflow 1.x in colab

Open Jeevesh8 opened this issue 3 years ago • 0 comments

  • 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.

Jeevesh8 avatar May 27 '21 12:05 Jeevesh8