KichangKim / DeepDanbooru

AI based multi-label girl image classification system, implemented by using TensorFlow.
MIT License
2.58k stars 258 forks source link

feat: cmd add convert saved model to tflite and set tf log level to FATAL by default #66

Closed fumiama closed 1 year ago

fumiama commented 1 year ago

convert saved model to tflite

basic usage:

deepdanbooru conv2tflite --project-path path --save-path xxx.tflite

set tf log level to FATAL by default

This is for muting annoying tf output. One can still enable it by passing --verbose flag.

KichangKim commented 1 year ago

Hi. It seems that your commit makes conflict. Can you fix it?

fumiama commented 1 year ago

Sure. There's no conflict now.