Skip to content
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

[onnx] upgrade OnnxRuntime to 1.9.0 and add UINT8 support #1271

Merged
merged 1 commit into from
Oct 5, 2021

Conversation

frankfliu
Copy link
Contributor

@frankfliu frankfliu commented Oct 5, 2021

Change-Id: I7c6a2c3608bbaa969b454d705045218c596a9366

Description

Fixes: #1103

Change-Id: I7c6a2c3608bbaa969b454d705045218c596a9366
@codecov-commenter
Copy link

codecov-commenter commented Oct 5, 2021

Codecov Report

Merging #1271 (4109023) into master (8a431ba) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1271      +/-   ##
============================================
- Coverage     72.03%   71.98%   -0.05%     
+ Complexity     5119     5115       -4     
============================================
  Files           473      473              
  Lines         21945    21947       +2     
  Branches       2347     2347              
============================================
- Hits          15807    15799       -8     
- Misses         4936     4943       +7     
- Partials       1202     1205       +3     
Impacted Files Coverage Δ
.../main/java/ai/djl/onnxruntime/engine/OrtUtils.java 31.03% <0.00%> (-2.30%) ⬇️
api/src/main/java/ai/djl/inference/Predictor.java 88.46% <0.00%> (-2.89%) ⬇️
api/src/main/java/ai/djl/repository/Artifact.java 87.80% <0.00%> (-1.63%) ⬇️
.../main/java/ai/djl/benchmark/AbstractBenchmark.java 90.00% <0.00%> (-1.18%) ⬇️
...mark/src/main/java/ai/djl/benchmark/Arguments.java 88.42% <0.00%> (-0.53%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8a431ba...4109023. Read the comment docs.

@frankfliu frankfliu merged commit a994dbe into deepjavalibrary:master Oct 5, 2021
@frankfliu frankfliu deleted the uint8 branch October 5, 2021 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Casting Pipeline tensor to uint8 for Onnx model does not work
3 participants