Skip to content
Snippets Groups Projects
Commit dcc96005 authored by carlosuc3m's avatar carlosuc3m
Browse files

Merge branch 'develop' of https://gitlab.pasteur.fr/bia/tensorflow-1-interface.git into develop

parents fa4cea42 8ec4c6a0
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ public class Tensorflow1Interface implements DeepLearningInterface ...@@ -71,7 +71,7 @@ public class Tensorflow1Interface implements DeepLearningInterface
byte[] byteGraph = model.metaGraphDef(); byte[] byteGraph = model.metaGraphDef();
try { try {
sig = MetaGraphDef.parseFrom(byteGraph).getSignatureDefOrThrow("serving_default"); sig = MetaGraphDef.parseFrom(byteGraph).getSignatureDefOrThrow("serving_default");
} catch (com.google.protobuf.InvalidProtocolBufferException e) { } catch (InvalidProtocolBufferException e) {
throw new LoadModelException(); throw new LoadModelException();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment