Skip to content

Instantly share code, notes, and snippets.

@eraly
Created July 28, 2016 19:32
Show Gist options
  • Save eraly/2ed005372e5a20c04bae4300d25c9a5d to your computer and use it in GitHub Desktop.
Save eraly/2ed005372e5a20c04bae4300d25c9a5d to your computer and use it in GitHub Desktop.
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.nd4j.linalg.Nd4jTestsC
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.221 sec <<< FAILURE! - in org.nd4j.linalg.Nd4jTestsC
testTADMMul[0: backend(org.nd4j.linalg.cpu.nativecpu.CpuBackend)={1}](org.nd4j.linalg.Nd4jTestsC) Time elapsed: 0.577 sec <<< FAILURE!
java.lang.AssertionError:
expected: org.nd4j.linalg.cpu.nativecpu.NDArray<[[ 469,480.44, 169,081.25, 469,263.50, �, 621,282.69, 169,082.55, 621,285.19],
[ 540,994.81, 619,014.06, 540,220.25, �, 1,080,103.88, 619,018.19, 1,080,109.25],
[ 246,908.64, 87,983.13, 246,899.44, �, 253,833.80, 87,983.74, 253,834.06],
[ 599,209.94, 797,336.00, 598,175.31, �, 1,319,072.00, 797,341.38, 1,319,079.00],
[ 363,951.03, 269,114.69, 363,396.47, �, 749,890.44, 269,116.50, 749,894.19],
[ 142,076.98, 653,659.94, 141,272.83, �, 700,741.44, 653,664.31, 700,745.69],
[ 407,535.50, 20,396.65, 406,462.69, �, 1,153,433.50, 20,396.66, 1,153,440.12]]> but was: org.nd4j.linalg.cpu.nativecpu.NDArray<[[ 469,480.44, 169,081.25, 469,263.50, �, 621,282.69, 169,082.55, 621,285.19],
[ 540,994.81, 619,014.06, 540,220.25, �, 1,080,103.88, 619,018.19, 1,080,109.25],
[ 246,908.64, 87,983.13, 246,899.44, �, 253,833.80, 87,983.74, 253,834.06],
[ 599,209.94, 797,336.00, 598,175.31, �, 1,319,072.00, 797,341.38, 1,319,079.00],
[ 363,951.03, 269,114.69, 363,396.47, �, 749,890.44, 269,116.50, 749,894.19],
[ 142,076.98, 653,659.94, 141,272.83, �, 700,741.44, 653,664.31, 700,745.69],
[ 407,535.50, 20,396.65, 406,462.69, �, 1,153,433.50, 20,396.66, 1,153,440.12]]>
at org.nd4j.linalg.Nd4jTestsC.testTADMMul(Nd4jTestsC.java:1571)
Results :
Failed tests:
Nd4jTestsC.testTADMMul:1571 expected: org.nd4j.linalg.cpu.nativecpu.NDArray<[[ 469,480.44, 169,081.25, 469,263.50, �, 621,282.69, 169,082.55, 621,285.19],
[ 540,994.81, 619,014.06, 540,220.25, �, 1,080,103.88, 619,018.19, 1,080,109.25],
[ 246,908.64, 87,983.13, 246,899.44, �, 253,833.80, 87,983.74, 253,834.06],
[ 599,209.94, 797,336.00, 598,175.31, �, 1,319,072.00, 797,341.38, 1,319,079.00],
[ 363,951.03, 269,114.69, 363,396.47, �, 749,890.44, 269,116.50, 749,894.19],
[ 142,076.98, 653,659.94, 141,272.83, �, 700,741.44, 653,664.31, 700,745.69],
[ 407,535.50, 20,396.65, 406,462.69, �, 1,153,433.50, 20,396.66, 1,153,440.12]]> but was: org.nd4j.linalg.cpu.nativecpu.NDArray<[[ 469,480.44, 169,081.25, 469,263.50, �, 621,282.69, 169,082.55, 621,285.19],
[ 540,994.81, 619,014.06, 540,220.25, �, 1,080,103.88, 619,018.19, 1,080,109.25],
[ 246,908.64, 87,983.13, 246,899.44, �, 253,833.80, 87,983.74, 253,834.06],
[ 599,209.94, 797,336.00, 598,175.31, �, 1,319,072.00, 797,341.38, 1,319,079.00],
[ 363,951.03, 269,114.69, 363,396.47, �, 749,890.44, 269,116.50, 749,894.19],
[ 142,076.98, 653,659.94, 141,272.83, �, 700,741.44, 653,664.31, 700,745.69],
[ 407,535.50, 20,396.65, 406,462.69, �, 1,153,433.50, 20,396.66, 1,153,440.12]]>
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25.095 s
[INFO] Finished at: 2016-07-28T12:30:58-07:00
[INFO] Final Memory: 28M/306M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment