Commit Graph

1321 Commits (f92b786836bf041f741ef10ef277a40a24784708)

Author SHA1 Message Date
agibsonccc 5aa815e41a Update ModelTupleStreamIntegrationTest.java 2021-03-19 19:54:03 +09:00
agibsonccc b7f6e75691 Comment out more file related tests 2021-03-19 19:17:32 +09:00
agibsonccc fb948f0dd1 Disable due to time out 2021-03-19 18:37:19 +09:00
agibsonccc bb167e1986 Update GradientSharingTrainingTest.java 2021-03-19 17:35:12 +09:00
agibsonccc 7c7f9db097 Fix classpathresource for python script 2021-03-19 16:48:25 +09:00
agibsonccc b2187a4c36 Disable more tests due to permissions (to investigate in separate PR) 2021-03-19 16:16:46 +09:00
agibsonccc 9255bba5e7 Disable spark tests 2021-03-19 15:05:49 +09:00
agibsonccc f2f71afbf5 Permissions issues 2021-03-19 14:19:35 +09:00
agibsonccc 9ab6a54f6b Disable tests with permissions issues for now 2021-03-19 13:45:58 +09:00
agibsonccc 8ba67621ef Disable due to resource usage 2021-03-19 13:04:46 +09:00
agibsonccc 09bca33a8b Increase ram for builds 2021-03-19 12:27:06 +09:00
agibsonccc 9f6d9e19d9 Fix up profiles 2021-03-19 08:16:40 +09:00
agibsonccc ec10c88852 Add cpu/gpu to each submodule 2021-03-18 21:32:06 +09:00
agibsonccc 96c6370d48 Update run-cpu-integration-tests-self-hosted.yml 2021-03-18 21:16:47 +09:00
agibsonccc 3d52dd2e8a Update run-cpu-integration-tests-self-hosted.yml 2021-03-18 21:13:15 +09:00
agibsonccc e750ab1efe Merge branch 'master' of https://github.com/eclipse/deeplearning4j into ag_junit5 2021-03-18 20:32:22 +09:00
agibsonccc 78843fd0e2 Add profiles 2021-03-18 20:24:42 +09:00
Adam Gibson f941e4bfb6
Merge pull request #9237 from eclipse/ag_self_hosted_integration_tests
Create run-cpu-integration-tests-self-hosted.yml
2021-03-18 20:23:19 +09:00
Adam Gibson c4de41028c
Update and rename run-cpu-integratino-tests-self-hosted.yml to run-cpu-integration-tests-self-hosted.yml 2021-03-18 20:22:25 +09:00
Adam Gibson 73306f6ee1
Create run-cpu-integratino-tests-self-hosted.yml 2021-03-18 20:20:12 +09:00
agibsonccc 06fab1d8ee More parameter test updates 2021-03-18 16:45:39 +09:00
agibsonccc d1989b8529 Fix rnn parameterized tests 2021-03-18 15:49:27 +09:00
agibsonccc 7bd1c5cbaa Add missing profiles to dl4j model import 2021-03-18 14:43:23 +09:00
agibsonccc c27197f918 Update KerasModelEndToEndTest.java 2021-03-18 14:26:07 +09:00
agibsonccc 79191c5b6c Add profiles to python4j submodules 2021-03-18 13:37:42 +09:00
agibsonccc 94b14a9c74 Update maven profiles in python4j allowing tests to run 2021-03-18 12:35:33 +09:00
agibsonccc 224f18a586 Update parameterized python tests, move python tests to proper package 2021-03-18 12:18:39 +09:00
agibsonccc 13cae7fb60 Update LabelGeneratorTest.java 2021-03-18 11:40:33 +09:00
agibsonccc b403157be0 Disable some failing datavec tests 2021-03-18 11:16:00 +09:00
Adam Gibson 7249b6f14c
Merge pull request #9236 from quickwritereader/qwr_tensormmul
fix:  tensormmul_bp shape mismach failure and wrong rank assumptions
2021-03-18 10:59:32 +09:00
agibsonccc ad4f47096c Unify nd4j test profiles, get rid of old modules, fix more parameter issues with junit 5 tests 2021-03-18 10:58:50 +09:00
AbdelRauf e0babb58f9 tensormmul_bp: possible fix of shape mismatch failure and wrong assumption of equal ranks
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-03-17 15:48:09 +01:00
agibsonccc e0077c38a9 More junit 4 removal, all tests compile. FIxed parameterized test invocation. Deleted nd4j-parameter-server-status that used play 2021-03-17 20:04:53 +09:00
AbdelRauf bedd7c6b3a TestTensorMmul gradient test coverage: added tests for the issue 9048
test: add corrected shape version of TestTensorMmul_BP18

Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-03-17 00:54:47 +01:00
agibsonccc 3c6014271e Migrate parameterized tests to junit 5 2021-03-16 22:08:35 +09:00
agibsonccc 82bdcc21d2 All tests compile 2021-03-16 11:57:24 +09:00
agibsonccc b1229432d6 Fix junit artifact in backends 2021-03-15 15:37:55 +09:00
agibsonccc fa1a31c877 Upgrade dl4j to junit 5 2021-03-15 13:02:01 +09:00
Adam Gibson 552c5d0b72
Merge pull request #9231 from eclipse/ag_codegen_fixes
Fix compilation issues from codegen
2021-03-13 11:01:08 +09:00
agibsonccc 185e7f554f Fix compilation issues from codegen 2021-03-13 11:00:11 +09:00
Adam Gibson 4b19482051
Merge pull request #9230 from eclipse/ag_ctc_loss_tf_import
Add ctc loss to TF import
2021-03-13 09:18:29 +09:00
agibsonccc df1be4a116 Add ctc loss to TF import 2021-03-13 09:17:36 +09:00
Adam Gibson 0c81654567
Merge pull request #9229 from eclipse/ag_ctc_loss_3
Update codegen, add ctc loss to samediff
2021-03-12 21:31:47 +09:00
agibsonccc 228f6cda30 Update codegen, add ctc loss 2021-03-12 21:31:14 +09:00
Adam Gibson 5ba9c037a4
Merge pull request #9228 from eclipse/ag_ctc_loss_3
Fix ctc loss and remove specification of cc in builds
2021-03-12 19:24:05 +09:00
agibsonccc 368ebb7e26 Update run-gpu-tests-sanity-checks.yml 2021-03-12 19:23:32 +09:00
agibsonccc 18d165c915 Update cuda compute defaults and ctc loss 2021-03-12 18:58:45 +09:00
agibsonccc 74ec451934 Merge branch 'master' of https://github.com/eclipse/deeplearning4j 2021-03-12 18:44:11 +09:00
Adam Gibson e557a714a7
Merge pull request #9226 from eclipse/ag_test_updates
Test updates for cpu passing
2021-03-12 18:43:36 +09:00
Adam Gibson 91e8cf64ed
Merge branch 'master' into ag_test_updates 2021-03-12 18:43:27 +09:00