Commit Graph

439 Commits (c505a11ed613147b2f2757402e2d6677d68a088d)

Author SHA1 Message Date
agibsonccc d1989b8529 Fix rnn parameterized tests 2021-03-18 15:49:27 +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
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
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
agibsonccc 185e7f554f Fix compilation issues from codegen 2021-03-13 11:00:11 +09:00
agibsonccc df1be4a116 Add ctc loss to TF import 2021-03-13 09:17:36 +09:00
agibsonccc 228f6cda30 Update codegen, add ctc loss 2021-03-12 21:31:14 +09:00
agibsonccc c533e99715 Reduce log verbosity 2021-03-12 11:18:50 +09:00
agibsonccc d1734b4d25 Update junit version 2021-03-12 10:16:03 +09:00
agibsonccc d7b12dab16 Add extra op defs, comment out tfgraphtestall,strumpf 2021-03-12 09:06:32 +09:00
agibsonccc 924c702751 Add cpu sanity check build, comment out more tests 2021-03-12 07:36:28 +09:00
agibsonccc 5d4d2f8041 Comment out failing tests, update tf import for ctc loss 2021-03-11 21:04:27 +09:00
agibsonccc c3f04caef4 Add ctc loss from KonduitAI PR, add missing java bits 2021-03-11 14:22:34 +09:00
agibsonccc f0b6b517c3 Update 2021-03-11 08:34:31 +09:00
agibsonccc 46c3de2382 Add smoke test for cross platform 2021-03-10 13:45:45 +09:00
agibsonccc 65c1df5a9f Update 2021-03-10 09:04:48 +09:00
agibsonccc 5ca6714781 Update pom.xml 2021-03-10 09:02:52 +09:00
agibsonccc da753f5028 Update pom.xml 2021-03-09 22:00:32 +09:00
agibsonccc bfaf6439ab Update 2021-03-09 21:57:50 +09:00
agibsonccc f6804e760d Fix jar output for native deps 2021-03-09 18:01:05 +09:00
agibsonccc e5c703a28d Update build 2021-03-09 14:34:28 +09:00
agibsonccc 1f6cb95c67 Update javacpp versions, deploy plugin 2021-03-09 11:23:31 +09:00
Adam Gibson ad12d2148d
Merge branch 'master' into sa_tvm 2021-03-09 07:53:01 +09:00
agibsonccc 48856b6182 Add ignores for tests not passing for individual processing later 2021-03-08 15:25:45 +09:00
agibsonccc 52f65d8511 Fix compilation isssues with nd4j-parameter-server 2021-03-07 19:30:11 +09:00
agibsonccc 16d027bb2c Update surefire plugin loading paths 2021-03-06 20:07:11 +09: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
agibsonccc 1eaee7f6d9 Copyright updates, removal of extra nlp modules 2021-02-18 11:46:53 +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
agibsonccc 46dbd0b203 Update copyrights remove attic and relocate elsewhere 2021-02-09 13:16:31 +09:00
agibsonccc 5bd386a4f9 Add new clion rules, fix batch norml 2021-02-09 07:44:23 +09:00
agibsonccc 968eaad2dd Update allowed data types in pooling 2021-02-07 19:53:55 +09:00
agibsonccc 53bfdb9994 Fix data type and roll 2021-02-07 19:27:41 +09:00
agibsonccc b2fabb0585 Fix reshape and other unit tests 2021-02-05 22:35:41 +09:00
agibsonccc e770e0b0b4 Update readme, handle left over copyrights 2021-02-01 21:39:03 +09:00
agibsonccc 6dc7e2f08f Update c++ copyrights 2021-02-01 21:31:45 +09:00
agibsonccc 4766032444 Update copyright to mention NOTICES file 2021-02-01 21:31:04 +09:00
agibsonccc c715aea405 Update LICENSE 2021-02-01 17:47:29 +09:00
agibsonccc 65c6a9a42e Dev commits 2021-02-01 14:31:20 +09:00
partarstu 2ec24c762f
Fixed object's removal in ArrayCacheMemoryMgr (#9155)
Signed-off-by: partarstu <partarstu@gmail.com>
2021-01-18 14:52:42 +09:00
pza94 95ca39bd21
add IndexUtils class containing ravelMultiIndex and unravelIndex methods (#9122)
Also add test functions both for Java and C++.

Signed-off-by: Péter Zarándy <pza@wehowsky.com>
2020-12-09 18:28:59 +09:00
pza94 a1fcc5f19f
update sortCooIndicesGeneric to take any data type (#9121)
Previously, this function only worked correctly for 64bit data types.

Signed-off-by: Péter Zarándy <pza@wehowsky.com>
2020-11-27 15:08:25 +09:00
Alexei KLENIN 2e000c84ac
FIX: ND4J tests (#9114)
Signed-off-by: hosuaby <alexei.klenin@gmail.com>
2020-10-27 07:17:17 +09:00