Hi
I’m just working on Federated Learning. As my use case demands on-device training of Machine Leaning models, I need to get access to the model parameters for cloud based model aggregation. Is it possible to access the model parameters from the tflite file?
PS: The tflite file is an hexadecimal 1D array as per my understanding
Thanks