Skip to content

Instantly share code, notes, and snippets.

@gokart23
Created June 18, 2020 02:37
Show Gist options
  • Save gokart23/2ed00025d1f918aef61cac21297cacea to your computer and use it in GitHub Desktop.
Save gokart23/2ed00025d1f918aef61cac21297cacea to your computer and use it in GitHub Desktop.
Useful TF tips/tricks
  1. Creating binary "input values" file for TFLite benchmarking tool:
import numpy as np

inp_feat_array = ....
...
inp_feat_array.astype(TYPE_OF_TFLITE_ARRAY_DTYPE).write(FNAME)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment