Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Eclipse Deeplearning4j

Builds Eclipse Deeplearning4j
Collective - Host: opensource - https://opencollective.com/eclipse-deeplearning4j - Website: https://deeplearning4j.konduit.ai/ - Code: https://github.com/deeplearning4j/deeplearning4j

Update CMakeLists.txt

github.com/deeplearning4j/deeplearning4j - fd8362ec4845c8cf9513ba48562a443cc30568e7 authored over 3 years ago by Adam Gibson <[email protected]>
Add jetson nano workaround to more common function

github.com/deeplearning4j/deeplearning4j - 746a24825a8063b5a791ec1087cf005880ff69e7 authored over 3 years ago by Adam Gibson <[email protected]>
Prevent compilation twice on jetson nano

github.com/deeplearning4j/deeplearning4j - 968406d4e4697184beb9495ae4fdeebf406ddcf5 authored over 3 years ago by Adam Gibson <[email protected]>
Merge branch 'master' of https://github.com/quickwritereader/deeplearning4j

github.com/deeplearning4j/deeplearning4j - dc58192ba7aaea0e4ada6f2ad5f711dce022b490 authored over 3 years ago by AbdelRauf <[email protected]>
remove autogened Nd4jCpu changes

Signed-off-by: AbdelRauf <[email protected]>

github.com/deeplearning4j/deeplearning4j - 4781cf171ca10836192dd2d344b2623066d5640f authored over 3 years ago by AbdelRauf <[email protected]>
Merge branch 'eclipse:master' into master

github.com/deeplearning4j/deeplearning4j - 7e32d643e72beb16d49b8c1ac88d712a4380586a authored over 3 years ago by Abdelrauf <[email protected]>
Refactor OneDnn. Onednn Platform checks were re-written with newly added Requirements helper.

Signed-off-by: AbdelRauf <[email protected]>

github.com/deeplearning4j/deeplearning4j - 58b63a1c6dccbfa481e8d5890ded7bd89d87fb4d authored over 3 years ago by AbdelRauf <[email protected]>
New Requirements helper written with templates to replace macrosses. standard messages, lazy evaluation using lambdas and implicit bool for shortcircuit usage/evaluation , logging the success case, throw on error

Signed-off-by: AbdelRauf <[email protected]>

github.com/deeplearning4j/deeplearning4j - 1d1367724ab1afbcca2439c6c5c9aab77482449b authored over 3 years ago by AbdelRauf <[email protected]>
Bug Segfault fix: fix incorrect access/usage when Debug and Verbose enabled. Fix switch Op segfault case by assigning output whenever its available { as storing result directly does not invalidate/replace fatpath_out it leads to invalid access when IsDebug block wants to access it }

Signed-off-by: AbdelRauf <[email protected]>

github.com/deeplearning4j/deeplearning4j - f7b0522d14d179213b0902adab9ac2282e6e4657 authored over 3 years ago by AbdelRauf <[email protected]>
use unique_ptr in some tests to fix asan leak reports when the test fails

Signed-off-by: AbdelRauf <[email protected]>

github.com/deeplearning4j/deeplearning4j - b838f7206e8ffc2addd795f09d85fb3815de7a37 authored over 3 years ago by AbdelRauf <[email protected]>
Remove nd4j-native dep ensuring non cpu builds run

github.com/deeplearning4j/deeplearning4j - 08956c30ef03b6cec98a2ec7fd59790bcc2ee152 authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9432 from eclipse/ag_nano_build_updates

Add nano build updates

github.com/deeplearning4j/deeplearning4j - 3f678dc7383b52b4632f2a017044813048f97b12 authored over 3 years ago by Adam Gibson <[email protected]>
Update pi_build.sh

github.com/deeplearning4j/deeplearning4j - e9202f78af089c711724f41e83d3e79902857bdb authored over 3 years ago by Adam Gibson <[email protected]>
Update build-deploy-linux-cuda-10.2-arm64.yml

github.com/deeplearning4j/deeplearning4j - 1a18dc113e1b16eb2a29c17c144cc7260fa11e81 authored over 3 years ago by Adam Gibson <[email protected]>
Update build-deploy-linux-cuda-10.2-arm64.yml

github.com/deeplearning4j/deeplearning4j - 6db3e2b9c749ce752d8a0c71747b3c37db03e409 authored over 3 years ago by Adam Gibson <[email protected]>
Add cuda required when enabled

github.com/deeplearning4j/deeplearning4j - 75b37164639314f9edac718ac8ff6ac905753b2e authored over 3 years ago by Adam Gibson <[email protected]>
Update jetson nano build

github.com/deeplearning4j/deeplearning4j - 0db81ab4bb8d87b3a55c41727ee95dc54a57084e authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9426 from eclipse/ag_bert_ops

Add Missing tensorflow BERT ops filters

github.com/deeplearning4j/deeplearning4j - f7e1e9b60246ba6e68328f6ddaba3c66857b2b1a authored over 3 years ago by Adam Gibson <[email protected]>
Remove old files

github.com/deeplearning4j/deeplearning4j - c301d4694c977e3071cfed7b5d2af13c598ecc85 authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9431 from eclipse/ag_optimization_tests

Add missing optimization framework tests

github.com/deeplearning4j/deeplearning4j - 0f1d41d7e81121fe5325d30a1e276460b60e10fc authored over 3 years ago by Adam Gibson <[email protected]>
Remove flatten2d debug statement

github.com/deeplearning4j/deeplearning4j - bcc8940a3db3026da923afc2fa6f378e3e613a8e authored over 3 years ago by Adam Gibson <[email protected]>
Junit 5 upgrades

github.com/deeplearning4j/deeplearning4j - 2e4fb239c23cbf983cc0ff1b2f3001b71cce6e96 authored over 3 years ago by Adam Gibson <[email protected]>
Add missing optimization framework tests

github.com/deeplearning4j/deeplearning4j - 67368a075c302ee8e227a1050c891216fd9979a9 authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9430 from eclipse/ag_cuda_build_updates

Update cuda and next release versions

github.com/deeplearning4j/deeplearning4j - 5e5401a6a98d52efc4c4e41b47a5cdcdf1505e12 authored over 3 years ago by Adam Gibson <[email protected]>
Update gitignore for tmp and test files

github.com/deeplearning4j/deeplearning4j - 20b1c141561df5b819a36aefc0082e707a73f31c authored over 3 years ago by Adam Gibson <[email protected]>
Remove all tmp files

github.com/deeplearning4j/deeplearning4j - 84427ee93efcd5cb136c1e34c2931848063de46a authored over 3 years ago by Adam Gibson <[email protected]>
Merge branch 'master' into ag_bert_ops

github.com/deeplearning4j/deeplearning4j - 00924f702041125a28f91e31d6a214c585e82d76 authored over 3 years ago by Adam Gibson <[email protected]>
Update compute to ensure builds on 11.4 succeed

github.com/deeplearning4j/deeplearning4j - a4ead457d5eaf898ab17421afef62e4bccb8545e authored over 3 years ago by Adam Gibson <[email protected]>
More version bumps

github.com/deeplearning4j/deeplearning4j - 267bb84f358e21abcf4623f085840d843a0bcf89 authored over 3 years ago by Adam Gibson <[email protected]>
Update cuda versions to 11.4

github.com/deeplearning4j/deeplearning4j - 2fdebb30d5ca99e03c9d93488c3f32fcbccbf463 authored over 3 years ago by Adam Gibson <[email protected]>
Update build versions, cuda versions

github.com/deeplearning4j/deeplearning4j - 5826a44294c440eb8f45d28c4e57bb5552cfc5fe authored over 3 years ago by Adam Gibson <[email protected]>
work-part#0: onednn fix. initial usage of RequirementsHelper and ConstMessages

Signed-off-by: AbdelRauf <[email protected]>

github.com/deeplearning4j/deeplearning4j - 02182d91d5a0be14fa62dc8e1c1f64ef02b1b6e0 authored over 3 years ago by AbdelRauf <[email protected]>
Merge pull request #9427 from eclipse/ag_onnx_import_apply

Re apply the onnx import changes

github.com/deeplearning4j/deeplearning4j - 2ed3b60160307b15c8c5d39aa6a1267c62a3f58a authored over 3 years ago by Adam Gibson <[email protected]>
Add other changes for dimension constructor

github.com/deeplearning4j/deeplearning4j - f10150d352d2e3117384538cf69d5ca1604f91ed authored over 3 years ago by Adam Gibson <[email protected]>
Add missing model import updates

github.com/deeplearning4j/deeplearning4j - 7a527029630bd5b48f77b1293774bf6f05f32c04 authored over 3 years ago by Adam Gibson <[email protected]>
Merge branch 'master' of https://github.com/eclipse/deeplearning4j

github.com/deeplearning4j/deeplearning4j - d00a977b68b0e5822f6a2cf9f9632ec39850558b authored over 3 years ago by AbdelRauf <[email protected]>
Merge pull request #9421 from eclipse/ag_benchmark_contrib

Add benchmark to contrib

github.com/deeplearning4j/deeplearning4j - 1ce464ff12d3c0cc7d6658964e0c61f34dbb4727 authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9410 from eclipse/ag_dimensions_op_changes

Enhance samediff to allow dimensions as variables

github.com/deeplearning4j/deeplearning4j - 21458ca3561f83a244e7efd25799a0d39fe169b9 authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9425 from eclipse/ag_onednn_in_readd

Readds one dnn.in

github.com/deeplearning4j/deeplearning4j - 4735399f09db8ed02d0addb01418814de2ca0107 authored over 3 years ago by Adam Gibson <[email protected]>
Add missing bert ops

github.com/deeplearning4j/deeplearning4j - 9274b81e3c4ff006451b2a94915fdc305eaa598b authored over 3 years ago by Adam Gibson <[email protected]>
Add standard jmh version

github.com/deeplearning4j/deeplearning4j - 9a5330f584c38c203cabbdcfbcfc8c6381651a79 authored over 3 years ago by Adam Gibson <[email protected]>
Update .gitignore

github.com/deeplearning4j/deeplearning4j - c5d25a962b0961fdd5fb1bd312d2bb366404a51d authored over 3 years ago by Adam Gibson <[email protected]>
Create CMakeLists.txt.onednn.in

github.com/deeplearning4j/deeplearning4j - 7c9e9f51cdfc13d4a41c4c6e8b7b7a7db9507452 authored over 3 years ago by Adam Gibson <[email protected]>
Delete BlasWrapper.java

github.com/deeplearning4j/deeplearning4j - 6226d7db15735fab9711f5f2740c772f18641d86 authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9402 from eclipse/ag_graph_optimization

Add graph optimizer framework

github.com/deeplearning4j/deeplearning4j - 3377be91ebc7dab1cb963672da28929f4485f1b4 authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9411 from eclipse/ag_samediff_preprocess

Allow pre preprocessing hooks to substitute for ops, adds onnx global pooling averaging and max

github.com/deeplearning4j/deeplearning4j - 68e9c82a20446e451fdfbf83e6e04bf0aff57920 authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9423 from eclipse/ag_onednn_update

Update onednn references and version to properly work with builds

github.com/deeplearning4j/deeplearning4j - b3e9e1269c6d969a5ca115d1731d296d11ab7002 authored over 3 years ago by Adam Gibson <[email protected]>
Fix backend debugging

github.com/deeplearning4j/deeplearning4j - 68b5ff83ac47ce16436f1450b25dcdccdac6407f authored over 3 years ago by Adam Gibson <[email protected]>
Restore licenses

github.com/deeplearning4j/deeplearning4j - d0ae56ca17eb617e59d6d648e4f6489c0247db83 authored over 3 years ago by Adam Gibson <[email protected]>
Add fix for args referencing.

github.com/deeplearning4j/deeplearning4j - d3d7e4cd13a0206607c011fa3d1f6e39dbdfacc2 authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9409 from eclipse/ag_pairwise_bool_fix

Update arg descriptors, add y to pair wise boolean

github.com/deeplearning4j/deeplearning4j - a98db73ef1f73aa8f67d7ff5795b4539b2603417 authored over 3 years ago by Adam Gibson <[email protected]>
Change packaging, other nits

github.com/deeplearning4j/deeplearning4j - 81a36a41c6924f2a3131af3fd66b288c5447a30d authored over 3 years ago by Adam Gibson <[email protected]>
Update notes on global pooling

github.com/deeplearning4j/deeplearning4j - 94b6d19497661e80a9a64184dad8ed04e4dd2cc0 authored over 3 years ago by Adam Gibson <[email protected]>
Misc fixes based on feedback

github.com/deeplearning4j/deeplearning4j - 598ffdcf6932794490c74a3b6e5c64da1a037f10 authored over 3 years ago by Adam Gibson <[email protected]>
Remove maven wrapper

github.com/deeplearning4j/deeplearning4j - 4369e6dda84661c7c153d35b9f2a6872ca34f8d6 authored over 3 years ago by Adam Gibson <[email protected]>
Remove old cblas reference

github.com/deeplearning4j/deeplearning4j - cb893698e62f3d6292b008c3cf19b0a47fc8cda8 authored over 3 years ago by Adam Gibson <[email protected]>
Update onednn references, remove old onednn

github.com/deeplearning4j/deeplearning4j - 98ca12e52696d3e4df3df6562bc5e2f766fc88d9 authored over 3 years ago by Adam Gibson <[email protected]>
Update ONEDNN references in tests

github.com/deeplearning4j/deeplearning4j - 384e469dfe463e8bd3950f215d08116a69f78b6f authored over 3 years ago by Adam Gibson <[email protected]>
Revert c++ standard change

github.com/deeplearning4j/deeplearning4j - 7c4dab3d8832aaf22e7c409d723ab8fb39587195 authored over 3 years ago by Adam Gibson <[email protected]>
Remove neanderthal, change benchmark to average time for readability

github.com/deeplearning4j/deeplearning4j - 62b8eab1038614a5aa306429ac2458cd9c0b1375 authored over 3 years ago by Adam Gibson <[email protected]>
Update onednn references and version to properly work with builds

github.com/deeplearning4j/deeplearning4j - bde78117574045bcebadb29e401f414b54020579 authored over 3 years ago by Adam Gibson <[email protected]>
Update Medium_NDArray.java

github.com/deeplearning4j/deeplearning4j - 2fe444e359a2e06099cf833f91568d1628b20f8f authored over 3 years ago by Adam Gibson <[email protected]>
Add benchmark to contrib

github.com/deeplearning4j/deeplearning4j - 00328c87d07d7b5674be3cf5997e01fa1290bf62 authored over 3 years ago by Adam Gibson <[email protected]>
Update InferenceSession.java

github.com/deeplearning4j/deeplearning4j - 33bbb381142e5a893ad8ce40b7217290a31e55c7 authored over 3 years ago by Adam Gibson <[email protected]>
Update Enter.java

github.com/deeplearning4j/deeplearning4j - 2dff9446d559ac2cb3c8f414ac137dbc0dc7dd6d authored over 3 years ago by Adam Gibson <[email protected]>
Remove extra generated files

github.com/deeplearning4j/deeplearning4j - 6829fe98a088ee3f849b285fe8ce88e0ea607748 authored over 3 years ago by Adam Gibson <[email protected]>
Update validation

github.com/deeplearning4j/deeplearning4j - ed4995aa29b5843bc54d5eca8285ca643ce0eeb5 authored over 3 years ago by Adam Gibson <[email protected]>
Update Mixins.kt

github.com/deeplearning4j/deeplearning4j - be406d8c3d06cc79b7f3a9339a82fed6f4140043 authored over 3 years ago by Adam Gibson <[email protected]>
Add serialization of string nodes, fix misc tests

github.com/deeplearning4j/deeplearning4j - 1e9663f156c2293f8d07df87fae86201f8fe47cf authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9413 from eclipse/ag_nano_cross_compile

Cuda 10.2 cross compile for nano

github.com/deeplearning4j/deeplearning4j - 34760f6f4a9565ab4eef05e5a470537e6392b4d1 authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9418 from ionspin/author-tag-fix

Bring back author tags removedby mistake, also updated author email.

github.com/deeplearning4j/deeplearning4j - 7b7b319eb0eff72e37bd97e243c7cbd7dc322fdc authored over 3 years ago by Adam Gibson <[email protected]>
Remove extra reduce classes

github.com/deeplearning4j/deeplearning4j - cded0b92004d9d4e37097184902c51c3c454b06c authored over 3 years ago by Adam Gibson <[email protected]>
avx2 works

Signed-off-by: AbdelRauf <[email protected]>

github.com/deeplearning4j/deeplearning4j - 0373d187102317d1548d7237c6cce098eb8350f3 authored over 3 years ago by AbdelRauf <[email protected]>
Remove extra legacy ops, add new constructors to match code gen

github.com/deeplearning4j/deeplearning4j - ca71b6708cefa41734ce52518fcf2b2b9a552e75 authored over 3 years ago by Adam Gibson <[email protected]>
Bring back author tags removedby mistake, also updated author email. Fixes #9414

github.com/deeplearning4j/deeplearning4j - fe972fb1ebbea870babdf82411da49492b4a9250 authored over 3 years ago by Ugljesa Jovanovic <[email protected]>
Update tests eliminating compilation errors

github.com/deeplearning4j/deeplearning4j - 7e887fa8ea633f43bc6b52f9e7054062118616cb authored over 3 years ago by Adam Gibson <[email protected]>
Add default values for keepDims for backwards compatibility

github.com/deeplearning4j/deeplearning4j - a08faa8591b989ba82f71e2a1f0560457209f352 authored over 3 years ago by Adam Gibson <[email protected]>
Update ops and op definitions to generate correctly allowing compilation

github.com/deeplearning4j/deeplearning4j - 320ab7992e33f5964eb32fb044046e3698669615 authored over 3 years ago by Adam Gibson <[email protected]>
Cuda 10.2 cross compile for nano WIP

github.com/deeplearning4j/deeplearning4j - b24f3fe6f2dabcf507c5c68a01eda1758629c757 authored over 3 years ago by Adam Gibson <[email protected]>
Allow pre preprocessing hooks to substitute for ops, adds global pooling averaging and max

github.com/deeplearning4j/deeplearning4j - f91d52916358f691554fc0cc2e46f467665a7b64 authored over 3 years ago by Adam Gibson <[email protected]>
Allow pre preprocessing hooks to subsititue for ops, adds global pooling averaging and max

github.com/deeplearning4j/deeplearning4j - 08ba42629ef258553f6603362dc2059a2afaf2f1 authored over 3 years ago by Adam Gibson <[email protected]>
Add ops and related samediff calls covering dimensions as variables while preserving backwards compatibility

github.com/deeplearning4j/deeplearning4j - 2a9141bad997074dc25cd63bc0b38f77b5f34be5 authored over 3 years ago by Adam Gibson <[email protected]>
Update arg descriptors, add y to pair wise boolean

github.com/deeplearning4j/deeplearning4j - 62bb9cc5862b1ab7f6c86195b11f87b67552a3a8 authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9335 from eclipse/sa_tflite

Add nd4j-tensorflow-lite module with initial inference support using TensorFlow Lite

github.com/deeplearning4j/deeplearning4j - 19e37b656e371b3f6e4d02d86ef5df9aa2e8d979 authored over 3 years ago by Adam Gibson <[email protected]>
Update dependencies to just released JavaCPP and JavaCV 1.5.6

github.com/deeplearning4j/deeplearning4j - 237d9a64181faa124d55455f82204eaec38db394 authored over 3 years ago by Samuel Audet <[email protected]>
Merge pull request #9399 from eclipse/ag_keras_deconv3d

Add deconvolution 3d for import

github.com/deeplearning4j/deeplearning4j - c7ce8050d620e88e7481cde6b41481cfdbc7636a authored over 3 years ago by Adam Gibson <[email protected]>
Add equivalent call data format ordering in keras model for computation graph

github.com/deeplearning4j/deeplearning4j - 4bf53c47937c187881b80deb23fad390f1f134ba authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9406 from eclipse/ag_fix_9403

Fix https://github.com/eclipse/deeplearning4j/issues/9403, add missing ListBuilder overrides

github.com/deeplearning4j/deeplearning4j - 76ab4fb0c3ed9155eb64750b62577483d13444f9 authored over 3 years ago by Adam Gibson <[email protected]>
Fix https://github.com/eclipse/deeplearning4j/issues/9403

github.com/deeplearning4j/deeplearning4j - 12badf53ec2c27b7617fceafc6819238e7b9a5dc authored over 3 years ago by Adam Gibson <[email protected]>
Add more fixes for NCDHW format as well as test case

github.com/deeplearning4j/deeplearning4j - 68f34e40de22fdb00148d9639faca2ee8e2d2628 authored over 3 years ago by Adam Gibson <[email protected]>
Add basic test and minor changes covering output of deconv3d

github.com/deeplearning4j/deeplearning4j - 8e724dfb0a9ae6f0f420b661f4dd11b34163252d authored over 3 years ago by Adam Gibson <[email protected]>
Merge pull request #9400 from eclipse/ag_fix_9393

Fixes https://github.com/eclipse/deeplearning4j/issues/9393

github.com/deeplearning4j/deeplearning4j - a066e465f4eee86bf1f50b0525373f97c359a512 authored over 3 years ago by Adam Gibson <[email protected]>