Skip to content

Instantly share code, notes, and snippets.

View eraly's full-sized avatar

Susan Eraly eraly

  • San Francisco, CA
View GitHub Profile
23:33:22,221 INFO ~ Running org.nd4j.linalg.lossfunctions.LossFunctionGradientChecks on backend org.nd4j.linalg.cpu.nativecpu.CpuBackend
23:33:24,988 INFO ~ Starting test: LossMSE(), softmax, input shape = [1, 3]
23:33:25,045 INFO ~ Param 2 passed: grad= -0.4444475512228607, numericalGrad= -0.44444444446956055, relError= 6.990194924998631E-4, scorePlus=0.6666569018528489, scoreMinus= 0.6666577907417378
23:33:25,046 INFO ~ Param 2 passed: grad= 0.22221159632756035, numericalGrad= 0.2222147030273014, relError= 0.0013980621888300135, scorePlus=0.6666575685121076, scoreMinus= 0.6666571240827015
23:33:25,049 INFO ~ Param 2 passed: grad= 0.22222663462210948, numericalGrad= 0.22222974144225915, relError= 0.00139802176320326, scorePlus=0.666657568527146, scoreMinus= 0.6666571240676631
DONE
23:33:25,049 INFO ~ Starting test: LossMSE(), softmax, input shape = [4, 4]
23:33:25,067 INFO ~ Param 3 FAILED: grad= -0.07031304072739643, numericalGrad= -0.0937507209641808, relErrorPerc= 24.999999995455152, scorePlus=0.75
Tests in error:
RecordReaderDataSetiteratorTest.testRecordReader:55 » FileNotFound class path ...
RecordReaderDataSetiteratorTest.testRecordReaderMaxBatchLimit:66 » FileNotFound
RecordReaderDataSetiteratorTest.testRecordReaderMultiRegression:78 » FileNotFound
RecordReaderDataSetiteratorTest.testSequenceRecordReader:115 » FileNotFound cl...
RecordReaderDataSetiteratorTest.testSequenceRecordReaderRegression:201 » FileNotFound
RecordReaderDataSetiteratorTest.testSequenceRecordReaderReset:261 » FileNotFound
RecordReaderDataSetiteratorTest.testSequenceRecordReaderSingleReader:527 » FileNotFound
RecordReaderDataSetiteratorTest.testVariableLengthSequence:368 » FileNotFound ...
RecordReaderMultiDataSetIteratorTest.testSplittingCSV:122 » FileNotFound class...
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec <<< FAILURE! - in org.deeplearning4j.nn.layers.TestDropout
testDropoutMultiLayer(org.deeplearning4j.nn.layers.TestDropout) Time elapsed: 0.024 sec <<< FAILURE!
java.lang.AssertionError: expected:<2.0> but was:<1.0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:553)
at org.junit.Assert.assertEquals(Assert.java:683)
at org.deeplearning4j.nn.layers.TestDropout.testDropoutMultiLayer(TestDropout.java:160)
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=512m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=5120m; support was removed in 8.0
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00)
Maven home: /usr/local/apache-maven/apache-maven-3.3.9
Java version: 1.8.0_60, vendor: Oracle Corporation
Java home: /usr/lib/jvm/jdk1.8.0_60/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.4.5-15.26.amzn1.x86_64", arch: "amd64", family: "unix"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/ec2-user/core/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/linalg/ops/HalfOpsTests.java:[6,36] package org.nd4j.jita.allocator.im
pl does not exist
[ERROR] /home/ec2-user/core/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/linalg/ops/HalfOpsTests.java:[7,26] package org.nd4j.jita.conf does no
t exist
[ERROR] /home/ec2-user/core/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/linalg/ops/HalfOpsTests.java:[8,26] package org.nd4j.jita.conf does no
t exist
[ERROR] /home/ec2-user/core/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/linalg/ops/HalfOpsTests.java:[19,39] package org.nd4j.linalg.jcublas.c
HI SUSAN
[[ 31,193,572,581,232,230,000,000.00, 1.01, 1.17, 1.10, 1.19, 1.37, 0.57],
[110,782,182,743,441,100,000,000.00, 1.90, 3.13, 3.35, 3.66, 2.46, 1.23],
[ 1,422,698,803,497,873,200,000.00, 1.05, 0.87, 1.11, 1.01, 0.94, 0.29],
[147,925,512,583,788,210,000,000.00, 2.18, 3.87, 3.99, 4.47, 3.03, 1.
-------------------------------------------------------
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:
Susans-MacBook-Air:nd4j-native susaneraly$ mvn clean test -Dtest=Nd4jTestsC#testTADMMul*
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.nd4j:nd4j-native:jar:0.4.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.nd4j:nd4j:0.4.1-SNAPSHOT, /Users/susaneraly/Blueprint/engineer/SKYMIND/nd4j/pom.xml, line 328, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
Susans-MacBook-Air:nd4j-native susaneraly$ mvn clean test -Dtest=Nd4jTestsC
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.nd4j:nd4j-native:jar:0.4.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.nd4j:nd4j:0.4.1-SNAPSHOT, /Users/susaneraly/Blueprint/engineer/SKYMIND/nd4j/pom.xml, line 328, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
===========INPUT===================
[[[ 1.00, 2.00, 3.00, 4.00],
[ 2.00, 4.00, 6.00, 8.00],
[ 10.00, 20.00, 30.00, 40.00]],
[[ 5.00, 6.00, 7.00, 8.00],
[ 10.00, 12.00, 14.00, 16.00],
[ 50.00, 60.00, 70.00, 80.00]],
[[ 9.00, 10.00, 11.00, 12.00],