Commit graph

353 commits

Author SHA1 Message Date
Yu Shan
d6806e512f Merge pull request #4771 from yushan111/migrate-orca-context
Migrate orca context
2021-09-22 09:48:17 +08:00
Le-Zheng
b82f5fe0ee Merge branch 'bigdl-2.0' into migratekerasnn 2021-09-16 12:59:09 +01:00
Le-Zheng
7783d4ea3b Merge branch 'master' of /home/joy/workspace/BigDL2.0/copy/BigDL into migratekerasnn 2021-09-16 16:37:14 +08:00
Yu Shan
a61e18976a Merge pull request #4712 from yushan111/mv-orca-test
Move orca/src/test to orca/test in BigDL2.0
2021-09-10 18:40:03 +08:00
Le-Zheng
8918ebddbb Merge pull request #4700 from Le-Zheng/kerasothers
Keras others uts
2021-09-10 02:53:41 +01:00
Le-Zheng
bced0a5960 Merge pull request #4700 from Le-Zheng/kerasothers
Keras others uts
2021-09-10 02:53:41 +01:00
Le-Zheng
9922baca36 Merge branch 'bigdl-2.0' into kerasothers 2021-09-10 02:03:28 +01:00
Le-Zheng
e760f8e941 Merge branch 'bigdl-2.0' into kerasothers 2021-09-10 02:03:28 +01:00
dding3
7edd449af6 Merge pull request #4697 from dding3/pythonorca
migrate orca python file
2021-09-09 19:17:42 +08:00
dding3
e7febdcba2 merge with upstream 2021-09-09 03:35:53 -07:00
dding3
7dccb67e4c merge with upstream 2021-09-08 21:37:12 -07:00
dding3
2ebb2ad6b0 merge with upstream 2021-09-08 21:37:12 -07:00
Le-Zheng
fb6a728b25 Merge pull request #4689 from Le-Zheng/pythonestimator
migrate python estimator
2021-09-09 01:54:52 +01:00
Le-Zheng
f17bca3ca8 Merge pull request #4689 from Le-Zheng/pythonestimator
migrate python estimator
2021-09-09 01:54:52 +01:00
Le-Zheng
03e4037246 Merge branch 'bigdl-2.0' into pythonestimator 2021-09-08 15:56:49 +01:00
Le-Zheng
e2936ecfc1 Merge branch 'bigdl-2.0' into pythonestimator 2021-09-08 15:56:49 +01:00
Le-Zheng
c6e2c3f4cd Merge branch 'bigdl-2.0' into keraspython 2021-09-08 05:14:32 +01:00
Le-Zheng
6a48b6009a Merge branch 'bigdl-2.0' into keraspython 2021-09-08 01:35:21 +01:00
dding3
7b3e9b3b11 Merge branch 'upstream_bigdl-2.0' into zoocommon 2021-08-30 01:59:02 -07:00
dding3
ad66d5bd54 resolve upstream_bigdl-2.0 conflicts 2021-08-24 18:31:16 -07:00
dding3
9a5abb2b23 resolve upstream_bigdl-2.0 conflicts 2021-08-24 18:31:16 -07:00
dding3
5064e7210d Merge pull request #4546 from dding3/updatepythonstructure
Update python structure
2021-08-23 21:07:50 -07:00
dding3
6da3c65d36 Merge pull request #4546 from dding3/updatepythonstructure
Update python structure
2021-08-23 21:07:50 -07:00
dding3
a9d010115d fix upstream_bigdl2.0 conflict 2021-08-23 20:06:57 -07:00
dding3
80cffd5f33 fix upstream_bigdl2.0 conflict 2021-08-23 20:06:57 -07:00
dding3
b7cd7427e4 merge with upstream_bigdl_2.0 2021-08-20 19:36:16 -07:00
dding3
2e604cdd05 merge with upstream_bigdl_2.0 2021-08-20 19:36:16 -07:00
dding3
42f6bd3c8d Merge pull request #4501 from dding3/bigdlpython-bakup
Migrate bigdl python code to bigdl2.0
2021-08-18 12:21:41 -07:00
dding3
62e35cae3a fix conflicts with upstream 2021-08-18 10:56:40 -07:00
dding3
e451cacd00 Merge pull request #4498 from dding3/move_visulazition
Move visulazition from dllib.utils to dllib
2021-08-17 19:29:50 -07:00
dding3
d0cb52f156 Merge branch 'bigdl-2.0' into move_visulazition 2021-08-17 11:37:22 -07:00
dding3
546a66dc99 Merge pull request #4473 from dding3/upstream_bigdl-2.0
migrate bigdl to bigdl 2.0
2021-08-12 09:53:25 -07:00
dding3
afb83e2524 Merge branch 'bigdl-2.0' into upstream_bigdl-2.0 2021-08-12 09:40:57 -07:00
dding3
64d78130d9 root commit 2021-08-12 09:37:38 -07:00
dding3
6c96b583bd root commit 2021-07-30 10:14:20 -07:00
Yang Wang
03e4f06d6f Add NCHW support for resizebilinear (#2205)
* add nchw support for resizebilinear

* fix style

* fixed indent

* test cover more cases

* remove double code and python interface

* add doc
2018-01-22 13:11:17 +08:00
Xin Qiu
0c7f994ba8 fix leakyrelu (#2206) 2018-01-22 09:25:35 +08:00
Yang Wang
2f4a7732fb fix recurrent (#2202) 2018-01-19 15:21:35 +08:00
Xianyan
39ec1ef0e3 Add default zeroGradParameters to AbstractModule (#2177)
* Fix optimizer NaN in SSD

* Add zeroGradient

* Add default zeroGradParameters

* revert
2018-01-16 18:35:34 +08:00
Xu Xiao
15c9662cd5 Module DenseToSparse support backward disable (or not) setting (#2189)
* Module DenseToSparse support backward disable (or not) setting

* change isBackward to propagateBack

* change isBackward to propagateBack
2018-01-16 10:45:13 +08:00
Yuhao Yang
4b40cece51 udpate equal (#2033) 2018-01-15 13:55:12 +08:00
Yang Wang
2ec0cd65aa fix spatialfullconvolution bug (#2175) 2018-01-10 13:33:02 +08:00
Yang Wang
21dad26cbf Wrap layers that requires two ClassTags into TensorModuleWrapper and move to tf package (#2122)
* add TensorModuleToOperation

* fix tests

* address comments

* fix test

* rebase master

* fix style
2018-01-05 15:55:23 +08:00
Yang Wang
66435fb69e Add TransformerCriterion (#2097)
* add TransformerCriterion

* fix style

* fix python tests

* meet review
2018-01-02 13:52:38 +08:00
Yang Wang
417bba4dea fix resize bilinear (#2124)
* fix resize bilinear

* fix style

* fix tests
2017-12-28 17:53:31 +08:00
Yang Wang
f33af50bb9 Refine KLDCriterion (#2113)
* optimize KLDCriterion

* address comments

* fix tests
2017-12-28 15:07:13 +08:00
Jerry Wu
331cc262c9 graph ser to support control node (#2121)
* graph ser to support control node

* add unit test

* refinement

* refinement
2017-12-28 13:51:35 +08:00
Xianyan
9f7d6c0a06 optimize localpredictor for small dataset (#2110)
* optimize localpredictor for small dataset

* Add featurePaddingParam

* Add comments

* refactor LocalPredictor.predict

* add log tmp

* fix ut
2017-12-28 10:08:18 +08:00
Yang Wang
46d64ceec7 Fix KLDCriterion forward (#2078)
* fix KLDCriterion

* add python doc

* add unit tests

* add api doc
2017-12-21 15:30:50 +08:00
Kai Huang
978a117cf1 Map Keras LocallyConnected1D (#2060)
* add locallyconnected1d

* fix style
2017-12-21 11:17:15 +08:00