Skip to content

Commit

Permalink
[pytorch] Fixes typo in error message (#1921)
Browse files Browse the repository at this point in the history
Change-Id: I3d873ebe43e41456cc446120a135b8780ce4aff9
  • Loading branch information
frankfliu authored Aug 17, 2022
1 parent 5d05f59 commit 1c68df2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void load(Path modelPath, String prefix, Map<String, ?> options)
"Parameter file not found in: "
+ modelDir
+ ". If you only specified model path, make sure path name"
+ " matchyour saved model file name.");
+ " match your saved model file name.");
}
readParameters(paramFile, options);
}
Expand Down

0 comments on commit 1c68df2

Please sign in to comment.