TensorFlow.jl icon indicating copy to clipboard operation
TensorFlow.jl copied to clipboard

Change transpose base index from 0 to 1

Open kailaix opened this issue 6 years ago • 2 comments

One of the PR from https://github.com/malmaud/TensorFlow.jl/pull/478

  1. Update the tensorflow version from 1.10.0 to 1.12.0 (newest)
  2. Fix transpose base index (0=>1)

kailaix avatar Dec 17 '18 22:12 kailaix

Codecov Report

Merging #479 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #479   +/-   ##
=====================================
  Coverage      48%    48%           
=====================================
  Files          79     79           
  Lines        2652   2652           
=====================================
  Hits         1273   1273           
  Misses       1379   1379
Impacted Files Coverage Δ
src/ops/transformations.jl 84.37% <100%> (ø) :arrow_up:

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 a0f5fb5...3e65ec3. Read the comment docs.

codecov[bot] avatar Dec 17 '18 22:12 codecov[bot]

Codecov Report

Merging #479 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #479   +/-   ##
=====================================
  Coverage      48%    48%           
=====================================
  Files          79     79           
  Lines        2652   2652           
=====================================
  Hits         1273   1273           
  Misses       1379   1379
Impacted Files Coverage Δ
src/ops/transformations.jl 84.37% <100%> (ø) :arrow_up:

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 a0f5fb5...3e65ec3. Read the comment docs.

codecov[bot] avatar Dec 17 '18 22:12 codecov[bot]