Skip to content

Instantly share code, notes, and snippets.

View Jeraldy's full-sized avatar
🎯
Focusing

Jeraldy Deus Jeraldy

🎯
Focusing
View GitHub Profile
@Jeraldy
Jeraldy / tf-java.java
Created February 2, 2018 21:10
Load tensorflow model in Java
package tfjava;
import java.io.IOException;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Arrays;
import java.util.List;
import org.tensorflow.DataType;