From 0c585cc2bfe77d9e54691a21704fdd5ff3273dfc Mon Sep 17 00:00:00 2001 From: Philipp Sauter Date: Fri, 26 Jun 2020 21:42:04 +0200 Subject: [PATCH] correction in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc100fd..e584b5f 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ We provide four pre-trained models for German. All details: https://uhh-lt.github.io/microNER -# Export as SavedModel +# Export to Tensorflow protobuf We managed to export the models with specific versions of python, tensorflow and keras. To install them you need Miniconda3. -To export this model as a TensorFlow SavedModel run: +To export this model as a TensorFlow protobuf run: conda env create -f=conversionenv.yml conda activate microNERattempt1