Commit Graph

1135 Commits (8f151bc7bb9562f70fb9e9280faeb3103a516937)

Author SHA1 Message Date
agibsonccc 8e8a5ec369 Remove datavec audio/nlp 2021-03-06 08:52:27 +09:00
agibsonccc ee06fdd16f Remove more unused modules 2021-03-06 08:43:58 +09:00
agibsonccc a43695cd62 Update build-deploy-android-arm64.yml 2021-03-06 08:02:20 +09:00
agibsonccc edac746504 Update build-android-x86_64.yml 2021-03-06 08:01:05 +09:00
agibsonccc be25b08a29 Mark aeron tests not thread safe for more consistent execution 2021-03-05 19:41:55 +09:00
agibsonccc 94c7dbc462 Update build-android-x86_64.yml 2021-03-05 17:52:24 +09:00
agibsonccc c35984b7ea Update pi_build.sh 2021-03-05 17:41:57 +09:00
agibsonccc c6b1dfa79e Update pi_build.sh 2021-03-05 17:34:24 +09:00
agibsonccc d54a91505b Update pi_build.sh 2021-03-05 17:26:06 +09:00
agibsonccc 92b9c54833 Update build-android-x86_64.yml 2021-03-05 17:16:11 +09:00
agibsonccc ec37e0438c Update line endings 2021-03-05 17:13:48 +09:00
agibsonccc 5963a15d47 Update line endings 2021-03-05 16:41:12 +09:00
agibsonccc 9787896117 Run tests only affected by last commit 2021-03-05 16:26:07 +09:00
Adam Gibson fa8537f0c7
Merge pull request #9204 from eclipse/ag_cropping_fixes
Keras cropping fixes
2021-03-05 14:17:52 +09:00
Adam Gibson 8fa26bd3fd
Merge pull request #9203 from eclipse/ag_remove_native
Remove nd4j-native dep for deeplearning4j-core and use profiles
2021-03-05 13:45:53 +09:00
Adam Gibson 4f98c716ee
Merge pull request #9205 from eclipse/ag_distribution_update
Add new ossrh and github profiles for github actions snapshots publis…
2021-03-05 13:45:27 +09:00
agibsonccc 6def2ed68d Libnd4j build changes 2021-03-05 10:59:02 +09:00
agibsonccc 114979a0fe Add new ossrh and github profiles for github actions snapshots publishing 2021-03-05 10:47:15 +09:00
agibsonccc 87cf665e22 Keras cropping fixes 2021-03-05 10:30:46 +09:00
agibsonccc d9fa4b2df4 Remove nd4j-native dep for deeplearning4j-core and use profiles 2021-03-05 10:07:08 +09:00
agibsonccc f09cfca302 Add workflows 2021-03-05 09:37:29 +09:00
Adam Gibson 2ae9f58909
Merge pull request #9198 from KonduitAI/qwr_fixSeg
fix segfault (threading: tryAcquire)
2021-03-01 22:14:24 +09:00
AbdelRauf 10b52e77b0 fix segfault: parallel_do tries to acquire numThreads-1 threads. And there are cases it wanted to get 0 threads. And it was falsely returning back valid ticket because of missing conditions. Here how it was happening in real run: There are functions where nested threading can happen. So in segfault case (example:gather op) outer threading acquired all threads. and as inner functions tried to acquire threads themselves. And as the inner function was using faulty parallel_do it seg faulted.
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-03-01 13:38:43 +01:00
Adam Gibson c5c5d3ef4c
Merge pull request #9196 from KonduitAI/qwr_compareandbitpack
libnd4j: compare_and_bitpack
2021-03-01 08:06:23 +09:00
AbdelRauf 1dc8a2109c compare_and_bitpack: correct documentation of the current implementation
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-28 19:26:09 +01:00
AbdelRauf fe22bd5726 Compare_and_bitpack: It was reimplemented. now the last dimension should be divisible by 8
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-28 19:19:59 +01:00
AbdelRauf b66454d593 LoopsCoordsHelper: enable functions for Cuda usage
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-28 19:16:56 +01:00
Adam Gibson 0474a2016b
Merge pull request #9190 from Celebrate-future/master
Remove unused dependencies
2021-02-26 19:51:22 +09:00
Celebrate-future d93976922a
Update pom.xml 2021-02-26 11:03:36 +08:00
Adam Gibson 40c2e592ac
Merge pull request #9163 from ShamsUlAzeem/sa/converging-netty-versions
Converging versions of netty modules
2021-02-24 07:42:58 +09:00
Adam Gibson c4b689e5c8
Merge pull request #9186 from KonduitAI/qwr_adabelief
Ada belief
2021-02-24 07:28:56 +09:00
Adam Gibson 405307dea3
Merge pull request #9188 from KonduitAI/qwr_fix_testFailures
fix test failures
2021-02-24 07:23:08 +09:00
AbdelRauf 1550cebcd5 reshape: fix optional order case that failed tests
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-23 21:20:29 +01:00
AbdelRauf 375efff2e4 uniform: change description. -2 (or values below -1 ) means unknown number of arguments or no arguments at all.
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-23 21:20:28 +01:00
AbdelRauf 426e28640a fusedbatchnorm: fix type mismatching error
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-23 21:20:28 +01:00
AbdelRauf c86300373e sparseUtil test: fix memory leak in the test code implemented by user/contributor
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-23 21:20:28 +01:00
AbdelRauf a94f29f6cc AdaBelief: use smaller value for the epsilon
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-22 04:59:07 +01:00
AbdelRauf a4efb4d4e9 AdaBelief updater: it was agreed to modify changes on the copy of AdamUpdater. This way we can improve it later.
https://arxiv.org/pdf/2010.07468.pdf

Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-19 17:45:55 +01:00
Samuel Audet 8891d4d3bc Add nd4j-tvm module with initial inference support using TVM
Also update versions for JavaCPP and JavaCV to 1.5.5-SNAPSHOT

Signed-off-by: Samuel Audet <samuel.audet@gmail.com>
2021-02-19 23:31:10 +09:00
shamsulazeem 28335c8060
Added io.netty:netty into dependency management
Signed-off-by: shamsulazeem <shamsazeem20@gmail.com>
2021-02-19 15:35:51 +08:00
shamsulazeem 137391791c
Merge branch 'master' into sa/converging-netty-versions
# Conflicts:
#	datavec/datavec-data/datavec-hadoop/pom.xml
#	pom.xml
2021-02-18 23:33:29 +08:00
shamsulazeem 3f870c72de
Consolidating netty versions
Signed-off-by: shamsulazeem <shamsazeem20@gmail.com>
2021-02-18 23:28:06 +08:00
Adam Gibson c523c4f0c7
Merge pull request #9170 from eclipse/ag_dev_updates_KonduitAI_master
Dev commits
2021-02-18 15:49:26 +09:00
agibsonccc 3cd0295824 Update space_to_batch_nd.cpp 2021-02-18 15:03:25 +09:00
agibsonccc c56be87d5a Merge branch 'ag_dev_updates_KonduitAI_master' of https://github.com/eclipse/deeplearning4j into ag_dev_updates_KonduitAI_master 2021-02-18 11:47:04 +09:00
agibsonccc 1eaee7f6d9 Copyright updates, removal of extra nlp modules 2021-02-18 11:46:53 +09:00
Abdelrauf c6ae97cac9
fix: cuda test failure in summarystat by reverting changes in shape.h (#9184)
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-17 21:06:58 +09:00
agibsonccc 8bc3172e40 Fix NCHW case for fused batch norm 2021-02-16 11:02:27 +09:00
agibsonccc e88d0fe96c Fix unsorted segment ops 2021-02-15 16:16:40 +09:00
agibsonccc 41498c9b69 Fix empty reduce inputs, bincount 2021-02-10 22:40:04 +09:00