It is known that additional files can be uploaded via the other files flag in gcloud. I am trying to use the firebase test lab performance application to check the performance of a network.
The command i run is:
gcloud firebase test android run --type=game-loop --app=bazel-bin/tensorflow/lite/tools/benchmark/experimental/firebase/android/benchmark_model_firebase.apk --device model=flame,version=29 --other-files=/data/local/tmp/graph=network1.tflite
The command crashes with the error:
ERROR: gcloud crashed (InvalidUserInputError): Could not guess mime type for network1.tflite
Is there a way to circumvent the problem or somehow pass the mime type to the command line ?