neuropod
neuropod copied to clipboard
[WIP][Torch] Seeds / Determinism
This PR implements Torch specific seed and determinism options.
Closes #325
Codecov Report
Patch coverage: 75.00% and project coverage change: -0.03 :warning:
Comparison is base (
30bbdbc) 89.45% compared to head (8a6ad22) 89.42%.
Additional details and impacted files
@@ Coverage Diff @@
## master #361 +/- ##
==========================================
- Coverage 89.45% 89.42% -0.03%
==========================================
Files 57 57
Lines 3918 3926 +8
==========================================
+ Hits 3505 3511 +6
- Misses 413 415 +2
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...rce/neuropod/backends/torchscript/torch_backend.cc | 82.86% <75.00%> (-0.21%) |
:arrow_down: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@selitvin Should we generalize these options more before landing or do you think it's fine to have framework-specific options in RuntimeOptions?