guillaumegenthial / tf_ner

Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
Apache License 2.0
923 stars 275 forks source link

is this a typo? Doc says it's estimator.export_savedmodel #30

Open jacksampeng opened 5 years ago

jacksampeng commented 5 years ago

https://github.com/guillaumegenthial/tf_ner/blob/e9bca45c7a3d73e1b7ee5ce12ff4f33e4598f9d9/models/chars_conv_lstm_crf/export.py#L47

guillaumegenthial commented 5 years ago

@jacksampeng , At the time of writing, both options are valid as per the tensorflow documentation (and both work locally)