Replies: 1 comment
-
Hi, the online help basically means to say: specify For example:
Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I want to set the target bpp to encode an image by the following command:
python tfci.py compress --target_bpp 0.5 --bpp_strict <input_file>
However I got the following error:
usage: tfci.py compress [-h] [--helpfull] [--target_bpp TARGET_BPP]
[--bpp_strict]
model input_file [output_file]
tfci.py compress: error: the following arguments are required: input_file
I find it regarded <input_file> as ,because I did not specify the model identifier. But the help of parameter 'target_bpp' is shown below:
"Target bits per pixel. If provided, a binary search is used to try to match the given bpp as close as possible. In this case, don't
specify the index at the end of the model identifier. It will be automatically determined."
I feel confused about the parameter "--target_bpp". I want to know how to use it correctly.
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions