wangkuiyi / gotorch

A Go idiomatic binding to the C++ core of PyTorch
MIT License
305 stars 35 forks source link

WIP: Support basic data parallel #366

Open shendiaomo opened 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #366 into develop will decrease coverage by 0.19%. The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #366      +/-   ##
===========================================
- Coverage    87.77%   87.57%   -0.20%     
===========================================
  Files           33       34       +1     
  Lines         1505     1513       +8     
===========================================
+ Hits          1321     1325       +4     
- Misses         121      125       +4     
  Partials        63       63              
Impacted Files Coverage Δ
nn/parallel/parallel.go 50.00% <50.00%> (ø)