swarmidentity
Results
2
issues of
swarmidentity
Add explicit reference to iOS metal headers
Seems like TFLite conversion on TensorFlow 2.7.0 acts differently than previous versions - when I run the python script: ` num_classes=1 tflite_interpreter.resize_tensor_input(input_details[0]['index'], (1, 320, 320, 3)) tflite_interpreter.resize_tensor_input(output_details[0]['index'], (1, num_classes)) tflite_interpreter.allocate_tensors()...