guillaumegenthial / tf_ner

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

Correct export.py line 41 #23

Open joshgavinhong opened 5 years ago

joshgavinhong commented 5 years ago

HI Guillaume,

This is an amazing repo - great work!

found a minor error - estimator.export_saved_model('saved_model', serving_input_receiver_fn) -> estimator.export_savedmodel

Keep up the great work! I'm a fan

guillaumegenthial commented 5 years ago

@joshgavinhong thank you! :) See other issue, not a typo, both are ok.