Closed DreamyEnd closed 6 months ago
Specify the source:
python -m compressai.utils.eval_model pretrained --help
python -m compressai.utils.eval_model checkpoint --help
However, we should probably make this clearer in the default help text (python -m compressai.utils.eval_model --help
), as well as the docs.
Hi, this is the help coming from the parser. For instance, if you use pretrained models, you can run:
python -m compressai.utils.eval_model pretained --help
to get the help for pretrained models that we provide. (same with checkpoint if you provide your own trained model)
Bug
when i follow Tutorials-Training-Model evaluation
it says "You can run python -m compressai.utils.eval_model --help to get the complete list of options."
To Reproduce
run
python -m compressai.utils.eval_model --help
only
Expected behavior
it should be additional information here,right?
Environment
compressai 1.2.6 from pip