File tree 1 file changed +2
-0
lines changed
src/main/java/io/bioimage/modelrunner/tensorflow/v1
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 70
70
import org .tensorflow .framework .MetaGraphDef ;
71
71
import org .tensorflow .framework .SignatureDef ;
72
72
import org .tensorflow .framework .TensorInfo ;
73
+ import org .yaml .snakeyaml .Yaml ;
73
74
74
75
/**
75
76
* TODO
@@ -636,6 +637,7 @@ private static String getCurrentClasspath() throws UnsupportedEncodingException
636
637
String modelrunnerPath = getPathFromClass (DeepLearningEngineInterface .class );
637
638
String imglib2Path = getPathFromClass (NativeType .class );
638
639
String gsonPath = getPathFromClass (Gson .class );
640
+ String snakeYaml = getPathFromClass (Yaml .class );
639
641
String jnaPath = getPathFromClass (com .sun .jna .Library .class );
640
642
String jnaPlatformPath = getPathFromClass (com .sun .jna .platform .FileUtils .class );
641
643
if (modelrunnerPath == null || (modelrunnerPath .endsWith ("DeepLearningEngineInterface.class" )
You can’t perform that action at this time.
0 commit comments