Skip to content

Commit 3bd2641

Browse files
committed
path fix in TF import example
Signed-off-by: eraly <[email protected]>
1 parent ef04672 commit 3bd2641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dl4j-examples/src/main/java/org/deeplearning4j/examples/modelimport/tensorflow/LoadTensorFlowMNISTMLP.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class LoadTensorFlowMNISTMLP {
5757

5858

5959
public static void main(String[] args) throws Exception {
60-
dataLocalPath = DownloaderUtility.MODELIMPORT.Download();
60+
dataLocalPath = DownloaderUtility.MODELIMPORT.Download() + "/tensorflow";
6161
final String FROZEN_MLP = new File(dataLocalPath,"frozen_model.pb").getAbsolutePath();
6262

6363
//Load placeholder inputs and corresponding predictions generated from tensorflow

0 commit comments

Comments
 (0)