mvss80

Results 3 issues of mvss80

I would like to export BERT feature extraction for use via tensorflow serving. Following what has been done here: https://github.com/bigboNed3/bert_serving, I modified `extract_features.py` by adding this function ``` def serving_input_fn():...

Is there a way to export a trained model as .pb file that can be served with tensorflow serving?

It would be great if you can release python 3 compatible code, thanks