neuropod icon indicating copy to clipboard operation
neuropod copied to clipboard

[WIP][Torch] Seeds / Determinism

Open VivekPanyam opened this issue 5 years ago • 2 comments

This PR implements Torch specific seed and determinism options.

Closes #325

VivekPanyam avatar May 27 '20 04:05 VivekPanyam

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.

codecov[bot] avatar May 27 '20 05:05 codecov[bot]

@selitvin Should we generalize these options more before landing or do you think it's fine to have framework-specific options in RuntimeOptions?

VivekPanyam avatar May 27 '20 08:05 VivekPanyam