MobileDL
MobileDL copied to clipboard
DL_Sniffer_Model_extractor.py does not generate model_xsl
Hi @xumengwei,
In the format, apk_name \t model_path \t framework \t suffix \t usable \n
what does suffix \t usable
mean? I see in the given model_xsl, suffix is bin/proto/both, and usable is 0/1.
How do we get these two information?
usable indicates whether the model can be interpreted. For some files, we are pretty sure they are DL models but cannot successfully parse it.
Hi @xumengwei and @gracesrm , were you guys able to resolve the issue of model_xsl not generating? I am facing the same issue