I followed the Custom Scikit Learn ML block example for Edge Impulse( GitHub - edgeimpulse/example-custom-ml-block-scikit: Scikit learn block) in order to get the .tflite files as mentioned in the final step 10. But i just got the .pkl model. When i opened the train.py there is no conversion function ( convert_to_tf_lite) as writen in the keras custom ml block example.
Could you please tell me what shall i do to get the outputs as mentioned in step10 of this example.
Thanks an advance
I can see this block was just updated 20hrs ago and no longer outputs the tflite file. You should do a new pull / build and deploy and only expect to see the pkl file.
I mean if i can generate the tflite file from the .pkl file as in keras custom block where they use convert_to_tf_lite function in the train.py file where its possible to add to edge impulse as a customblock.
i generate my .pkl file and i want to add this block to edge impulse because i want to test my code in openmv h7 board afterwards.