Hi,
I am trying to convert trained caffemodel of size 33MB to JSON for deeplearning kit using caffemodel2json.py, surprisingly the size of the JSON output file is 10x, in my case it comes to 330MB. I feel accommodating that big file on iOS app will not be feasible option. Could you please guide me on how to procceed with this? Is there a way to reduce the file size by configuring py script?
Thanks