Skip to content

Archive

Yui Chun Leung (Leo) edited this page May 16, 2023 · 2 revisions

Backgrounds

Just a dump of codes.

convert2tflite

python -m  dfp.convert2tflite --tfmodel func --compress-mode prune --modeldir log/store_re_func1/G --loadmethod log
python -m  dfp.convert2tflite --tfmodel func --compress-mode prune --modeldir model/store_re_func1 --loadmethod pb
python -m  dfp.convert2tflite --tfmodel func --compress-mode cluster --modeldir log/store_re_func1/G --loadmethod log
Clone this wiki locally