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

Avoid exception in NDArray.toString() #1157

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

frankfliu
Copy link
Contributor

Change-Id: I75e32ba17bdab38d04318ae72cf18a45a1e1b5c3

Description

Brief description of what this PR is about

  • If this change is a backward incompatible change, why must this change be made?
  • Interesting edge cases to note here

Change-Id: I75e32ba17bdab38d04318ae72cf18a45a1e1b5c3
@codecov-commenter
Copy link

codecov-commenter commented Aug 10, 2021

Codecov Report

Merging #1157 (645a7f7) into master (002c04a) will increase coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1157   +/-   ##
=========================================
  Coverage     70.20%   70.21%           
  Complexity     5342     5342           
=========================================
  Files           513      513           
  Lines         23703    23703           
  Branches       2562     2562           
=========================================
+ Hits          16641    16642    +1     
+ Misses         5697     5695    -2     
- Partials       1365     1366    +1     
Impacted Files Coverage Δ
...i/src/main/java/ai/djl/ndarray/NDArrayAdapter.java 6.66% <0.00%> (ø)
api/src/main/java/ai/djl/repository/Artifact.java 86.17% <0.00%> (-1.63%) ⬇️
api/src/main/java/ai/djl/inference/Predictor.java 90.38% <0.00%> (+2.88%) ⬆️

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 002c04a...645a7f7. Read the comment docs.

@frankfliu frankfliu merged commit 24b795e into deepjavalibrary:master Aug 12, 2021
@frankfliu frankfliu deleted the gradient branch August 12, 2021 00:46
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.

3 participants