We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
easynmt docker install is working fine through http requests. Now i'd like to run some benchmark. How do you run /examples/test_translation_speed.py ?
The text was updated successfully, but these errors were encountered:
To answer my own question...
docker exec -it easynmt bash apt install wget wget -O test_translation_speed.py https://raw.githubusercontent.com/UKPLab/EasyNMT/main/examples/test_translation_speed.py python ~/test_translation_speed.py opus-mt
For the record I get the following result: 74.41 sentences/second
Machine spec: Intel i5-10400, 2.9 Ghz, 6 cores 32GB RAM HD: 512GB NVMe GPU: Geforce RTX 3070 Ti XC3 Ultra (8GB GDDR6)
Sorry, something went wrong.
On my older server I get: ~49 sentences/second
Machine specs: Intel Xeon E5-2620 v3 Hex Core 2.40 GHz, 15M cache, 6 cores 32GB RAM HD: 2 x 250GB SSD (RAID 1) GPU: NVIDIA GeForce RTX 2080 Ti
No branches or pull requests
easynmt docker install is working fine through http requests. Now i'd like to run some benchmark. How do you run /examples/test_translation_speed.py ?
The text was updated successfully, but these errors were encountered: