Created
February 25, 2018 19:37
-
-
Save makorowy/17fbe24e3be9856cc8eb3da1736bc6f3 to your computer and use it in GitHub Desktop.
TensorFlow - Hot or Not example. Constants.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const val GRAPH_FILE_PATH = "file:///android_asset/graph.pb" | |
| const val LABELS_FILE_PATH = "file:///android_asset/labels.txt" | |
| const val GRAPH_INPUT_NAME = "input" | |
| const val GRAPH_OUTPUT_NAME = "final_result" | |
| const val IMAGE_SIZE = 224 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment