wangkuiyi / gotorch

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

Add AllReduce distributed strategy design #373

Open QiJune opened 3 years ago

QiJune commented 3 years ago

Here is for beter review

codecov[bot] commented 3 years ago

Codecov Report

Merging #373 into develop will decrease coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #373      +/-   ##
===========================================
- Coverage    87.75%   87.69%   -0.07%     
===========================================
  Files           33       33              
  Lines         1503     1503              
===========================================
- Hits          1319     1318       -1     
- Misses         121      122       +1     
  Partials        63       63              
Impacted Files Coverage Δ
vision/imageloader/imageloader.go 90.41% <0.00%> (-0.69%) :arrow_down: