Skip to content

Commit b515d48

Browse files
committed
release snapshot
1 parent 574119e commit b515d48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/io/bioimage/modelrunner/pytorch/PytorchInterface.java

+2
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@ private static String padSpecialJavaBin(String javaBin) {
572572
return javaBin;
573573
}
574574

575+
/**
575576
public static <T extends RealType<T> & NativeType<T>, R extends RealType<R> & NativeType<R>> void
576577
main(String[] args) throws IOException, URISyntaxException, LoadModelException, RunModelException {
577578
PytorchInterface pi = new PytorchInterface(false);
@@ -595,4 +596,5 @@ private static String padSpecialJavaBin(String javaBin) {
595596
DecodeNumpy.saveNpy(folder + "/out_yes_pre.npy", ous.get(0).getData());
596597
597598
}
599+
*/
598600
}

0 commit comments

Comments
 (0)