DeepDanbooru icon indicating copy to clipboard operation
DeepDanbooru copied to clipboard

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

Open fumiama opened this issue 1 year ago • 0 comments

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.

fumiama avatar Oct 14 '22 03:10 fumiama