Commit Graph

1030 Commits

Author SHA1 Message Date
Dun Liang 6c4a2dc463 update cutt and version 2021-03-18 13:47:39 +08:00
Dun Liang d20916f972 cutt update to v1.1 2021-03-18 13:47:16 +08:00
li-xl 36a3c24a46 add bernoulli 2021-03-17 20:22:36 +08:00
li-xl 33f85afe6c update adam 2021-03-17 16:49:38 +08:00
Dun Liang 7e7649e345 polish compile message 2021-03-17 13:03:49 +08:00
Jittor 2e0c0b8288
Merge pull request #186 from lzhengning/doc
[Doc]: add docstrings for several ops and update docstring styles.
2021-03-16 18:48:24 +08:00
Jittor 80ad0d81ae
Update arg_reduce_op.h 2021-03-16 18:45:47 +08:00
li-xl 9a4bc9d183 add enable_grad 2021-03-16 16:15:09 +08:00
lzhengning 8b987b928e Merge branch 'master' into doc 2021-03-16 15:43:41 +08:00
lzhengning 051ba4e5f3 doc: optimize to reduce duplicated docs 2021-03-16 15:42:53 +08:00
lzhengning 331964afe8 doc: added arg_reduce, broadcast_to, reduce, reshape 2021-03-16 15:41:39 +08:00
zhouwy19 655f3cc090
Merge pull request #185 from Jittor/zwy1
add index_add_
2021-03-16 11:21:23 +08:00
zhouwy19 a09c988299 add index_add_ doc 2021-03-16 10:27:26 +08:00
zhouwy19 6dde7e40cb add index_add_ 2021-03-15 21:48:08 +08:00
Dun Liang 3e0396a14e better dataset error msg 2021-03-15 18:07:20 +08:00
Dun Liang d531a9a9d5 update url 2021-03-12 18:20:36 +08:00
Dun Liang d51ce09d31 update version 2021-03-12 15:41:37 +08:00
li-xl ae0a661c3b polish getitem 2021-03-12 15:40:29 +08:00
li-xl dd6394e656 Merge branch 'master' of https://github.com/jittor/jittor 2021-03-12 15:35:05 +08:00
li-xl 8f7c997afb update upsample 2021-03-12 15:34:34 +08:00
Dun Liang d9d0982ffd polish setitem 2021-03-11 20:47:00 +08:00
Dun Liang f240c5a3de abs -> std::abs 2021-03-11 20:43:40 +08:00
li-xl 9b67168f18 update zeropad 2021-03-11 16:08:52 +08:00
Dun Liang 36e7acfc1f polish auto_parallel and upsample 2021-03-11 16:05:34 +08:00
Dun Liang 8978e7dcd1 polish sigmoid nan 2021-03-10 16:53:29 +08:00
Dun Liang 8616c01a74 polish conv1d bias 2021-03-10 15:25:55 +08:00
Dun Liang 40ce9e605a polish conv1d weight 2021-03-10 13:35:06 +08:00
Dun Liang a0f2516626 polish extra none slice 2021-03-08 22:23:06 +08:00
Dun Liang fcaf0f9da5 polish setitem bool mask 2021-03-08 22:01:21 +08:00
lzhengning 5dcf826ef1 doc: change docstring style of C++ ops 2021-03-08 17:15:33 +08:00
Dun Liang 1d665e4dbf add scatter gather support 2021-03-07 16:11:28 +08:00
Dun Liang 8bf423980e add NotImplementedError when not override execute 2021-03-06 17:02:24 +08:00
Dun Liang 0d94663dee bool slice check 2021-03-05 12:04:40 +08:00
Dun Liang 6b9bfef1da Merge branch 'master' of https://github.com/Jittor/jittor 2021-03-03 16:40:58 +08:00
Dun Liang 357147c8ee update nccl version 2021-03-03 16:40:40 +08:00
Exusial 0d7f0db1b9
add unfold,fold,bicubic,qr,eye (#180)
* fix bicubic,add fold.

* add eye.

* add test for qr,bicubic,fold,unfold.

* fix bicubic and fold to code_op ver.add grad test.

* add docs.update pinv to support (..,M,N) shape

* edit maintainer and testfunc's name.

* fix nn

* fix nn

Co-authored-by: Exusial <2247838039@qq.com>
Co-authored-by: Gword <471184555@qq.com>
2021-03-02 16:38:28 +08:00
Dun Liang 3c6b5c3b53 add binary doc string compiler 2021-03-02 16:15:28 +08:00
Jittor 4f102fd3e8
Merge pull request #183 from lzhengning/doc
Doc: binary and unary ops
2021-03-02 15:28:04 +08:00
lzhengning 14054b3d82 doc: polish ops 2021-03-02 15:21:31 +08:00
lzhengning 0a46c5941e doc: polish load 2021-03-02 15:18:13 +08:00
lzhengning 4db4a93110 doc: binary and unary ops 2021-03-02 15:07:05 +08:00
lzhengning b5d5bafd69 Merge branch 'master' into doc 2021-03-01 14:53:10 +08:00
lzhengning e12e06b9cd doc: update load 2021-03-01 14:52:33 +08:00
Dun Liang 73aa382627 fix densenet vary shape input 2021-02-25 11:39:55 +08:00
Dun Liang 3df3bfc35c Merge branch 'master' of https://github.com/Jittor/jittor 2021-02-22 15:45:29 +08:00
Dun Liang bebd218bdd support disable cuda managed memory 2021-02-22 15:39:23 +08:00
Jittor 76eeaeb961
Merge pull request #179 from lzhengning/doc
[Doc]: Serialization and random sampling
2021-02-20 17:57:23 +08:00
lzhengning 4db2dcdaa1 doc: var_holder 2021-02-20 17:53:40 +08:00
lzhengning da9a4a0232 Merge branch 'master' into doc 2021-02-20 17:51:14 +08:00
Dun Liang aefe719770 add stride padding(h,w) support and ctrl-c quick exit 2021-02-20 16:34:24 +08:00