SeoSangwoo / Attention-Based-BiLSTM-relation-extraction

Tensorflow Implementation of "Attention-Based Bidirectional Long Short-Term Memory Networks for Relation Classification" (ACL 2016)
http://www.aclweb.org/anthology/P16-2034
Apache License 2.0
430 stars 139 forks source link

glorot_normal() got an unexpected keyword argument #12

Open TianlinZhang668 opened 5 years ago

TianlinZhang668 commented 5 years ago

i use tensenflow 1.8.0 but the tf.keras.initializers.glorot_normal is not good TypeError: glorot_normal() got an unexpected keyword argument 'dtype' TypeError: glorot_normal() got an unexpected keyword argument 'partition_info'

i want to know the cause thanks a lot