-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[Bug fix] fixed fp16 inference #497
Conversation
Codecov Report
@@ Coverage Diff @@
## master #497 +/- ##
==========================================
- Coverage 86.51% 86.47% -0.04%
==========================================
Files 97 98 +1
Lines 4967 5133 +166
Branches 806 829 +23
==========================================
+ Hits 4297 4439 +142
- Misses 517 535 +18
- Partials 153 159 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Re-BenchmarkThe benchmark testing is conducted on NVIDIA® Tesla® V100. Pytorch 1.8 + Cuda10.1Cityscapes
Pytorch 1.5 + Cuda10.1Cityscapes
|
Pytorch 1.3 + Cuda10.1When I run tools/benchmark.py [config_path] [ckpt_path], there comes an error:
|
* fixed fp16 * update fps
No description provided.