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

Merge pull request #8872 from printomi/ui_multisession_arbiter

DL4J UI: Add multi-session support for Arbiter

github.com/deeplearning4j/deeplearning4j - a76f957b72056138340a09ca654cd3ac395e3660 authored over 4 years ago
Assorted fixes (#445)

* #8890 TestTransferStatsCollection timeout fix

Signed-off-by: Alex Black <[email protected]...

github.com/deeplearning4j/deeplearning4j - 91a2004d8f84cc61e65a505025069bdc62591a0b authored over 4 years ago
Merge remote-tracking branch 'eclipse/master'

github.com/deeplearning4j/deeplearning4j - 57d16653c8838e5c1427b6cc74e7067631076457 authored over 4 years ago
Remove GloVe (#437)

GloVe has been unmaintained and broken for a long time. The only people asking about it where th...

github.com/deeplearning4j/deeplearning4j - 2cdb2b344704956098d97a422df8aacff384a024 authored over 4 years ago
Import fix given recent refactoring

Signed-off-by: Alex Black <[email protected]>

github.com/deeplearning4j/deeplearning4j - ea56ce747138e413d8fdd953b9994b92f973fbfd authored over 4 years ago
Merge remote-tracking branch 'eclipse/master' into ui_multisession_arbiter

github.com/deeplearning4j/deeplearning4j - 20f451e807510aee8b3845dbbc364e9ea4867aa9 authored over 4 years ago
Merge pull request #8908 from hosuaby/feature/loadModelFromStream

FEATURE: change API of WordVectorSerializer. Add posibility to read m…

github.com/deeplearning4j/deeplearning4j - 58fe365c218b70b6acef7391a90fe87c37a400bb authored over 4 years ago
Merge pull request #8929 from KonduitAI/master

Development updates

github.com/deeplearning4j/deeplearning4j - 6844cfe12626b957a61ffeb5b4a63f8c20cd0549 authored over 4 years ago
Merge remote-tracking branch 'eclipse/master'

github.com/deeplearning4j/deeplearning4j - e88325640042796274d88f0596abcff4dba285e8 authored over 4 years ago
do not relocate stuff on java side (#444)

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

github.com/deeplearning4j/deeplearning4j - 10d6c3b0243f1154d375eb8fc8da1133d5ba995d authored over 4 years ago
Fix for https://github.com/eclipse/deeplearning4j/issues/8909 (#430)

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

github.com/deeplearning4j/deeplearning4j - 2849299bfb76e7c461ca780130a142a2cdca4534 authored over 4 years ago
Legacy API changes (#441)

* initial commit

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

* another initial ...

github.com/deeplearning4j/deeplearning4j - 320924278d79df5ce7be62504423901f7509e818 authored over 4 years ago
compression ops (#436)

* Added declarations for decode/encode_bitmap ops.

Signed-off-by: shugeo <[email protected]>
...

github.com/deeplearning4j/deeplearning4j - 061348565406154cdb584c50170633047aa11d57 authored over 4 years ago
narrow down UIServer.stop() to declare throwing InterruptedException; fix typo in test

Signed-off-by: Tamás Fenyvesi <[email protected]>

github.com/deeplearning4j/deeplearning4j - 9f47c8aca8d068480d85d8b48a84c68ea344c7c4 authored over 4 years ago
tests for auto-attach and manual attach; improve JavaDoc

Signed-off-by: Tamás Fenyvesi <[email protected]>

github.com/deeplearning4j/deeplearning4j - cf24728f353ddd47b6fc56fb7f16ea9b359abe2a authored over 4 years ago
fix session list relative links in TrainModule and ArbiterModule; fix auto-attach in ArbiterModule at arbiter/sid

Signed-off-by: Tamás Fenyvesi <[email protected]>

github.com/deeplearning4j/deeplearning4j - cf11c2394a18d3e00e56eef92bd99570d2f135d7 authored over 4 years ago
use last completed task for Total Runtime instead of currentTimeMillis in ArbiterModule Summary Status

Signed-off-by: Tamás Fenyvesi <[email protected]>

github.com/deeplearning4j/deeplearning4j - 55be66906966a49e8f9fbb7236d23636c1250e13 authored over 4 years ago
JavaScript side of multi-session support in Arbiter UI

Signed-off-by: Tamás Fenyvesi <[email protected]>

github.com/deeplearning4j/deeplearning4j - 8f55214d1b343a4e8269d0f9294587b4b0a1573e authored over 4 years ago
multi-session routes in ArbiterModule, optimize getLastUpdateTime

Signed-off-by: Tamás Fenyvesi <[email protected]>

github.com/deeplearning4j/deeplearning4j - 64c9008ea765f8f869c43463241807338d8ebd37 authored over 4 years ago
[WIP] basic handling of multi-session in ArbiterModule (routes: arbiter, arbiter/multisession)

Signed-off-by: Tamás Fenyvesi <[email protected]>

github.com/deeplearning4j/deeplearning4j - d3c759e03f85df54a3a05e427ccb1ea74a88036d authored over 4 years ago
simplify TrainModule to use getters of VertxUIServer instance for multi-session mode, session loader and server address

Signed-off-by: Tamás Fenyvesi <[email protected]>

github.com/deeplearning4j/deeplearning4j - f1ebced7a119bd39bbdc3833519ae65a91696778 authored over 4 years ago
fix logging of UI server auto-stop, fix indentation in test

Signed-off-by: Tamás Fenyvesi <[email protected]>

github.com/deeplearning4j/deeplearning4j - ef7c21c204f775f43e506730237eefcbcfa370d9 authored over 4 years ago
FIX: tests

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

github.com/deeplearning4j/deeplearning4j - c7ea7e17f8d3f3ae15b6f228c33f197a48d25368 authored over 4 years ago
Drop stale documentation (#438)

The current documentation can be found on https://deeplearning4j.konduit.ai/ and soon in a new g...

github.com/deeplearning4j/deeplearning4j - f1232f8221aba33c283f01cc3817b99a7d807514 authored over 4 years ago
Update dependencies for OpenBLAS 0.3.9-1 (#440)

Signed-off-by: Samuel Audet <[email protected]>

github.com/deeplearning4j/deeplearning4j - 53920a072471bf00bf7525058f7ab798950d29d6 authored over 4 years ago
Fix doc. (#8905)

"By either a String *or a Path*"

Signed-off-by: Marc Sunet <[email protected]>

github.com/deeplearning4j/deeplearning4j - 965d45e3a3e3d45e9bfa54ace9d3389b35c11c3d authored over 4 years ago
Merge pull request #8923 from KonduitAI/master

Development updates

github.com/deeplearning4j/deeplearning4j - 37d880a23cf7061d560fe8f77002b840c4019ca6 authored over 4 years ago
Fixes (#434)

* #8901 Avoid unnecessary warning in SameDiffLoss

Signed-off-by: Alex Black <blacka101@gmail....

github.com/deeplearning4j/deeplearning4j - 615a48f0cff8aab1d96d8dd9611a301b5ede5360 authored over 4 years ago
#8201 ImageLoader/NativeImageLoader NHWC support (#432)

Signed-off-by: Alex Black <[email protected]>

github.com/deeplearning4j/deeplearning4j - 7651a486e10ac6a4d01f7193840006500ff8da30 authored over 4 years ago
Fix deeplearning4j-util dependency + update remnants still using it (#428)

Signed-off-by: Alex Black <[email protected]>

github.com/deeplearning4j/deeplearning4j - b70e02a9153b7ec7fa0c3a11ffe2a1636ad8ff9e authored over 4 years ago
ImageRecordReader - NHWC support (#431)

* #8201 ImageRecordReader - NHWC support

Signed-off-by: Alex Black <[email protected]>

*...

github.com/deeplearning4j/deeplearning4j - 092e6b9891469334e6faa5ef3896856626d36359 authored over 4 years ago
FEATURE: change API of WordVectorSerializer. Add posibility to read models from InputStreams and not only from files

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

github.com/deeplearning4j/deeplearning4j - dab75fa50b1ad356fd3c328fe8522e4023a697d5 authored over 4 years ago
Add support for registering custom loss functions for Keras import (#427)

Signed-off-by: Paul Dubs <[email protected]>

github.com/deeplearning4j/deeplearning4j - 4dbdaca967dd9393c0de7df5f8edead74e0dbb7a authored over 4 years ago
rootDir null validation in ExistingMiniBatchDataSetIterator

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

github.com/deeplearning4j/deeplearning4j - c1e4613dba3190dfc9057d14375b93efc1514f40 authored over 4 years ago
Merge pull request #8899 from KonduitAI/master

Latest development updates

github.com/deeplearning4j/deeplearning4j - 88ef784b7c55a4951102697dba3ae092ca0f2860 authored over 4 years ago
Re-enable datavec-geo and datavec-hadoop as module in pom.xml; update imports (#425)

* Re-enable datavec-geo and datavec-hadoop as module in pom.xml; update imports

Signed-off-by...

github.com/deeplearning4j/deeplearning4j - e64fbbdc9b434e7a51eb1b0c918b03ceeca84139 authored over 4 years ago
windows build instructions minor update

github.com/deeplearning4j/deeplearning4j - 668d77399318bdb72b41ef82dcf4b3714a5afdb1 authored over 4 years ago
Import fixes (#424)

* Import fixes

Signed-off-by: Alex Black <[email protected]>

* Import fix

Signed-off-...

github.com/deeplearning4j/deeplearning4j - cdea8be63adf73d6e03b0b345491e7c49ad02aa9 authored over 4 years ago
Fix SameDiff session termination condition when listener requests array after final requested output (#423)

* custom listener test

* abst session

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

* Pa...

github.com/deeplearning4j/deeplearning4j - ffab4eec422a67def2a94a6e62bcee28ab137e17 authored over 4 years ago
Refactor packages to fix split package issues (#411)

* Refactor nd4j-common: org.nd4j.* -> org.nd4j.common.*

Signed-off-by: Alex Black <blacka101@...

github.com/deeplearning4j/deeplearning4j - 88d3c4867fb87ec760b445c6b9459ecf353cec47 authored over 4 years ago
allocation of buffers backed by workspaces with 1 method call instead of 3 now (#420)

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

github.com/deeplearning4j/deeplearning4j - bc8a9d1996a1c5805d324ea4fc94e712d46b13ab authored over 4 years ago
Merge pull request #8892 from KonduitAI/master

Merge latest development work

github.com/deeplearning4j/deeplearning4j - 1930d9990810db6214829c716c2ae7eb7f59cd13 authored over 4 years ago
Merge remote-tracking branch 'eclipse/master'

github.com/deeplearning4j/deeplearning4j - dad6bc5ed27dc9f433475cdd40bee25d0e548091 authored over 4 years ago
tf.keras import test and fixes (#347)

* merge conf

* merge conf

* tfkeras tests

* parameterized tests

* rename

* cuda v...

github.com/deeplearning4j/deeplearning4j - 4cb87a94e859a066267fc5c365ed80b51e35486f authored over 4 years ago
Merge pull request #8887 from bpossolo/8886-fix-tfidfvectorizer-npe

fix: TfidfVectorizer.vectorize() NPE when fitted from LabelAwareIterator

github.com/deeplearning4j/deeplearning4j - ff60b96cf774c2d930146c8dbe9c16a396d72d5c authored over 4 years ago
Optimize LineRecordReader (#419)

* Move locations initialization for file input splits to initialize method
* Little optimizatio...

github.com/deeplearning4j/deeplearning4j - b9d5f1645bd6e03952f40aa5f992d1183a9208dd authored over 4 years ago
fix: TfidfVectorizer.vectorize() NPE when fitted from LabelAwareIterator

issue #8886

Signed-off-by: Benjamin Possolo <[email protected]>

github.com/deeplearning4j/deeplearning4j - bc02d9f0b0f5d94d92428d719c99871452408c8e authored over 4 years ago
MKLDNN tweaks (#415)

* one simple test

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

* fix

Signed-off-by: rav...

github.com/deeplearning4j/deeplearning4j - c9d14547434d81f8eb49a69ca0494c383ae18fba authored over 4 years ago
Exclude spring framework test dependency from deeplearning4j-nlp-uima (#417)

Signed-off-by: Alex Black <[email protected]>

github.com/deeplearning4j/deeplearning4j - dbebaa9c51bb94abdf8e620a6bdf225db61c69fb authored almost 5 years ago
Add ResourceUtils.listClassPathFiles (#416)

Signed-off-by: Alex Black <[email protected]>

github.com/deeplearning4j/deeplearning4j - 3c28caa52aae9f9903770a21c7f352caca7ca465 authored almost 5 years ago
[WIP] Add test: "all ops in namespace" scanner/check (#413)

* #8879 'All ops in namespace' scanner first steps

Signed-off-by: Alex Black <blacka101@gmail...

github.com/deeplearning4j/deeplearning4j - 83f88a1b0d5c16607680f5fd021533291342c9da authored almost 5 years ago
MKLDNNConvHelper: don't permute; pass in weight format arg (#412)

* MKLDNNConvHelper: don't permute; pass in weight format arg

Signed-off-by: Alex Black <black...

github.com/deeplearning4j/deeplearning4j - 9e7395667fa1ff61116482bf5f57ef053c87d138 authored almost 5 years ago
Map C++ ops to Java (#392)

* MergeMaxIndex, ReverseBp, Tri, Triu and TriuBp added

Signed-off-by: Andrii Tuzhykov <andrew...

github.com/deeplearning4j/deeplearning4j - 58b11bfeccd346ee0bdaf27cfb541ab95172beff authored almost 5 years ago
GRU and GRUBp (#410)

* GRU and GRUBp ops added and tested

Signed-off-by: Andrii Tuzhykov <[email protected]...

github.com/deeplearning4j/deeplearning4j - bd376ca9939eb5bdc60e57d8608b06a40f48cdc1 authored almost 5 years ago
Few Workspace tweaks (#409)

* Allow to destroy workspaces on demand

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

* MMA...

github.com/deeplearning4j/deeplearning4j - 5e779574cbf267f948ddedb17922a256a0e4985e authored almost 5 years ago
Dependency version upgrades + small SameDiff fix (#405)

* #8861 Training evaluation on variables not required for loss fix

Signed-off-by: Alex Black ...

github.com/deeplearning4j/deeplearning4j - f5f77df8467c65da3985c1be079a2c5bd16ec2c7 authored almost 5 years ago
- do not use GetShortName approach for mmap on windows (#408)

- additional test for long file names on windows

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

github.com/deeplearning4j/deeplearning4j - 8f765c80ff20fcc4a819fdf3e87c680f589adeed authored almost 5 years ago
DL4J NWC support for RNNs (#379)

* merge conf

* merge conf

* conf fix

* NWC initial

* revert pom.xml

* revert pom....

github.com/deeplearning4j/deeplearning4j - 2ecabde500dc64cf87e362f5b8edb1fdb139b246 authored almost 5 years ago
RL4J: Sanitize Observation (#404)

* working on ALE image pipelines that appear to lose data

* transformation pipeline for ALE h...

github.com/deeplearning4j/deeplearning4j - 032b97912e19b52c10898f8918ad4266341efeda authored almost 5 years ago
Increase default timeouts [WIP] (#407)

* Increase default test timeout to 60 sec due to slow PPC CI machines

Signed-off-by: Alex Bla...

github.com/deeplearning4j/deeplearning4j - 75cc6e2ed7e44767f3c70fb7bf19a126ae1bb579 authored almost 5 years ago
Merge & fix small test conflict

Signed-off-by: Alex Black <[email protected]>

github.com/deeplearning4j/deeplearning4j - 0a1f75a5d9a243095babb4565d560537393448a5 authored almost 5 years ago
Fix UIServer features in multi-session mode, synchronous start and stop (#8856)

* fix Freemarker version mismatch: change version requested in TrainModule to 2.3.23 (freemarker...

github.com/deeplearning4j/deeplearning4j - 722d5a052af17f19dcd42ef923b9a5b63ab2cbee authored almost 5 years ago
#8503 Add timeouts for downloads (test resources, Downloader utility) (#406)

Signed-off-by: Alex Black <[email protected]>

github.com/deeplearning4j/deeplearning4j - 3c6cb6d1a3ae06a3e633f99c25614c535ecf3b3c authored almost 5 years ago
Fixing issues from Sonar report (#391)

* Fixing issues from Sonar report

* Proper logger of exceptions

* Coding style fixes

* ...

github.com/deeplearning4j/deeplearning4j - ccb216a3edaa1e2b9e6401433b8e66ac681ff22d authored almost 5 years ago
DL4J CNN2D layers NHWC support (#376)

* First steps for DL4J NHWC support

Signed-off-by: Alex Black <[email protected]>

* Conv...

github.com/deeplearning4j/deeplearning4j - 2a488efb1b723386eda004d8b35371a1f9e4d46b authored almost 5 years ago
disable mmap test for cuda

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

github.com/deeplearning4j/deeplearning4j - 2c80b18f1de1efb20a8ed109eeaf908ca385d670 authored almost 5 years ago
Merge remote-tracking branch 'origin/master'

github.com/deeplearning4j/deeplearning4j - 1b8077f66a89bc4bfa99d635426f047472831eb9 authored almost 5 years ago
fix overallocation for memory-mapped workspaces

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

github.com/deeplearning4j/deeplearning4j - 78260efe54b331a74e68db96cf0f46609a257dd6 authored almost 5 years ago
Shugeo exponential distribution infinities fix (#403)

* Fixed bound problem with Exponential distribution implementation.

Signed-off-by: shugeo <sg...

github.com/deeplearning4j/deeplearning4j - fc3f5d4ffb04c829cf7ba581c1b80c5f64aae304 authored almost 5 years ago
RL4J: Add Agent and Environment (#358)

* Added Agent and Environment

Signed-off-by: Alexandre Boulanger <[email protected]>

...

github.com/deeplearning4j/deeplearning4j - 550e84ef43a32442dbd0d28f97ef164ba805f684 authored almost 5 years ago
Fix for certain non-ews cases (#402)

* BtS/StB/StD/DtS dup for views

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

* batchnorm_b...

github.com/deeplearning4j/deeplearning4j - a10fd4524ac0607a61b176babd1ed3a3455fe206 authored almost 5 years ago
Workspace ID fix (#400)

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

github.com/deeplearning4j/deeplearning4j - 5ee37a22eb028d5d143afc07796cbfb4eef48a45 authored almost 5 years ago
Fix uberjar dependencies (#401)

Signed-off-by: Alex Black <[email protected]>

github.com/deeplearning4j/deeplearning4j - 76aab7517460c95ad4dd5bdef8081f97c2425cbb authored almost 5 years ago
#8849 Add ignore for randomly failing test (#399)

Signed-off-by: Alex Black <[email protected]>

github.com/deeplearning4j/deeplearning4j - b2f86ab8a85df997391bd3bb5a6ba35318b4642f authored almost 5 years ago
Merge pull request #8854 from KonduitAI/master

Merge latest development work

github.com/deeplearning4j/deeplearning4j - 8eccc170ec047e48cb46af1158dba911292f88a0 authored almost 5 years ago
nd4j-jackson dependency fix (#398)

* Remove old nd4j-jackson dependencies

Signed-off-by: Alex Black <[email protected]>

* F...

github.com/deeplearning4j/deeplearning4j - fe516ae6cff74b25b088705019dfbcd0b10956e8 authored almost 5 years ago
Base namespace (#287)

* wip

Signed-off-by: Robert Altena <[email protected]>

* up to assign operation.

Signed-off...

github.com/deeplearning4j/deeplearning4j - 191bda3228cba86c8b74143e6708ff28fdb120b5 authored almost 5 years ago
Shugeo segment fix4 (#385)

* Added test and fixed error message for unsorted_segment_sqrt_n op.

Signed-off-by: shugeo <s...

github.com/deeplearning4j/deeplearning4j - a5db0e33be9f51d01c0dd5b81746dbdc3c5df233 authored almost 5 years ago
mkldnn version upgrade: v1.4

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

github.com/deeplearning4j/deeplearning4j - 1bec9a4f6190c7156280b1c731952f047c5884a9 authored almost 5 years ago
RL4J: Sanitize async learner (#327)

* refactoring global async to use a much simpler update procedure with a single global lock

S...

github.com/deeplearning4j/deeplearning4j - 74420bca316fd3f8dd6065b64b4e14535e3c961b authored almost 5 years ago
Fixes for codegen generated classes and build improvements (#367)

* Input format extended

* Deleted redundant code

* Added weights format to conv2d config
...

github.com/deeplearning4j/deeplearning4j - 455a5d112d2189f08f038752cf15b47ab8001f84 authored almost 5 years ago
Timeouts and scala 2.12 for deeplearning4j-nlp-korean workaround (#380)

* Increase default timeout on Spark tests

Signed-off-by: Alex Black <[email protected]>

...

github.com/deeplearning4j/deeplearning4j - 73aa760c0f91596452c27548183851606a1f504f authored almost 5 years ago
tick device write in RandomLauncher

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

github.com/deeplearning4j/deeplearning4j - 163222e85315a907d6ab9ba9ae33f5ac9127c412 authored almost 5 years ago
Shugeo cuda solver fix (#383)

* Refactored cuSolver handle usage to handle LaunchContext instance properly.

Signed-off-by: ...

github.com/deeplearning4j/deeplearning4j - 0eca33ad94030d5bbc6779e03107a60910125a0f authored almost 5 years ago
DL4J SameDiff loss function (#251)

* Copied and pasted RegressionTest100b4.java to RegressionTest100b6.java with renamed b4->b6

...

github.com/deeplearning4j/deeplearning4j - 18d4eaa68deb9819525b092fe6091e66ecfbbb6b authored almost 5 years ago
At cpp ops (#378)

* crelu op added

* crelu op added

Signed-off-by: Andrii Tuzhykov <[email protected]...

github.com/deeplearning4j/deeplearning4j - 5fbb04531d0a049180ec05c778f07e4a95cca1ca authored almost 5 years ago
Switch Java-based updater implementations to C++ ops (#384)

Signed-off-by: Alex Black <[email protected]>

github.com/deeplearning4j/deeplearning4j - 3967e039a5b8dbaea1d5ae4221a068aee89856f8 authored almost 5 years ago
Small ConvolutionalIterationListener improvements (#382)

* Add a message to the runtime exception

Signed-off-by: Paul Dubs <[email protected]>

* ...

github.com/deeplearning4j/deeplearning4j - bb9cdb251e9a1d739e06ffd127370108b694e6ce authored almost 5 years ago
Lin_space operation improve (#373)

* libnd4j update linspace op

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

* libnd4j #8513 ...

github.com/deeplearning4j/deeplearning4j - 3d15706ffabcea9a36f63076d4ac037cfbc0aba2 authored almost 5 years ago
Few minor fixes (#381)

* - 1D indexing fix
- couple of new tests for 1D indexing

Signed-off-by: raver119 <raver119@...

github.com/deeplearning4j/deeplearning4j - 12ba1fa4062c7fbfb9106971548a8b0ed66e8adc authored almost 5 years ago
Shyrma gru bp (#377)

* - update gru ff op

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

* - implementation and testi...

github.com/deeplearning4j/deeplearning4j - 4247718f61ebb061085bc4263612426aa39ccaff authored almost 5 years ago
mkldnn repo url updated

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

github.com/deeplearning4j/deeplearning4j - 217fa433d4250d44d09f03159b44af3219902c03 authored almost 5 years ago
- memcpy fix + validation for CUDA: skip memcpu if length < 1 (#375)

- Reset cached context after device affinity change

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

github.com/deeplearning4j/deeplearning4j - 75af3926715a957551351a29cf933becf24f3de4 authored almost 5 years ago
Merge pull request #8835 from KonduitAI/master

Merge recent development work

github.com/deeplearning4j/deeplearning4j - 09f4c21059b22161d3e4b4e39fb1e7053dd9f709 authored almost 5 years ago
Merge remote-tracking branch 'eclipse/master'

github.com/deeplearning4j/deeplearning4j - 133223e86561be518c50c702696deae62dbba280 authored almost 5 years ago
Update dependencies to just released JavaCPP and JavaCV 1.5.3 (#374)

Signed-off-by: Samuel Audet <[email protected]>

github.com/deeplearning4j/deeplearning4j - 6fcd078c5e0be53712564091768219c820881c05 authored almost 5 years ago
Shyrma lstm layer bp (#370)

* - start working on bp for lstm

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

* - further work...

github.com/deeplearning4j/deeplearning4j - 23e4aa99ad8b254c7dd32a632be4658c540bd5af authored almost 5 years ago
RL4J: Add ExperienceHandler (#369)

* Added ExperienceHandler

Signed-off-by: Alexandre Boulanger <[email protected]>

* Ad...

github.com/deeplearning4j/deeplearning4j - f1debe8c077e97d616a9e76893529f037c148473 authored almost 5 years ago