Skip to content

Instantly share code, notes, and snippets.

@makorowy
Created February 25, 2018 19:37
Show Gist options
  • Select an option

  • Save makorowy/17fbe24e3be9856cc8eb3da1736bc6f3 to your computer and use it in GitHub Desktop.

Select an option

Save makorowy/17fbe24e3be9856cc8eb3da1736bc6f3 to your computer and use it in GitHub Desktop.
TensorFlow - Hot or Not example. Constants.
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