Skip to content

Commit

Permalink
add output at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Sep 5, 2023
1 parent 55c788f commit e2aa5b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public class ExampleLoadTensorflow1Tensorflow2 {
public static < T extends RealType< T > & NativeType< T > > void main(String[] args) throws LoadEngineException, Exception {
loadAndRunTf1();
loadAndRunTf2();
System.out.println("Great success!");
}

/**
Expand Down

0 comments on commit e2aa5b9

Please sign in to comment.