-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in eval_model #44
Comments
Hi, it's probably an error with your python version and the argparse api. |
Hi @jbegaint I thought it should work with Python 3.6.9 as the README says
Can you make it compatible with Python 3.6 until compressai ends supporting Python 3.6? |
Hi @yoshitomo-matsubara , this should be fixed in the latest release. |
Hi @jbegaint, Having updated compressai version (v1.1.3), I confirmed that it works with Python 3.6.9. |
Hello,
Could you please provide the exact commands to replicate the curves using the pretrained models in compressai?
Using the pretrained models in compressai, I wanted to replicate the RD curves shown in the README.md
I tried
python -m compressai.utils.eval_model -h
andpython -m compressai.utils.eval_model --help
to see how to execute, but it returned the following error.OS: Ubuntu 20
Python: 3.6.9
compressai: 1.1.2
Thank you!
The text was updated successfully, but these errors were encountered: