Recent content by kia350

  1. K

    cannot copy to a tensorflowlite tensor

    hi,all. do you meet this error befort? how to fix it?o_O
  2. K

    TF lite quantization error

    # Load trained SavedModel model = tf.saved_model.load(saved_model_path) # Setup fixed input shape concrete_func = model.signatures[tf.saved_model.DEFAULT_SERVING_SIGNATURE_DEF_KEY] concrete_func.inputs[0].set_shape(input_shape) # Get tf.lite converter instance...
Top