Commit Graph

536 Commits

Author SHA1 Message Date
li-xl 9a4bc9d183 add enable_grad 2021-03-16 16:15:09 +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
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
lzhengning 0a46c5941e doc: polish load 2021-03-02 15:18:13 +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
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
Dun Liang fbc038cd66 using quick exit 2021-02-16 17:55:02 +08:00
Dun Liang 7d6cb61419 Merge branch 'master' of https://github.com/Jittor/jittor 2021-02-14 23:12:48 +08:00
Dun Liang 4ab1f506e7 polish dock 2021-02-14 23:04:39 +08:00
Zheng-Ning Liu 81db43e669
Fix a bug in the performance test script (#168)
* fix: pytorch tensors do not have .sync() method

* feat: check if the docker image is already built
2021-02-11 19:12:51 +08:00
lzhengning 479c1d171c polish the docstring of randint_like 2021-02-09 19:07:16 +08:00
lzhengning 87cea7095a Merge branch 'master' into doc 2021-02-09 18:55:01 +08:00
lzhengning b43abebdbe Merge branch 'master' into doc 2021-02-09 18:48:36 +08:00
lzhengning 37e468e0f8 fix: randint returns decimals when dtype is float 2021-02-09 18:47:47 +08:00
Dun Liang 80135d4ef5 Merge branch 'master' of https://github.com/Jittor/jittor 2021-02-07 22:37:56 +08:00
Dun Liang 79959b6ab4 better randperm support 2021-02-07 22:37:08 +08:00
lzhengning 0278356f31 serialization and random sampling 2021-02-07 21:27:28 +08:00
lzhengning 32549e4be8 LOG: warning to error 2021-02-05 14:24:37 +08:00
lzhengning 095acdb575 fix: do not load parameters with inconsistent shapes 2021-02-05 14:09:19 +08:00
Dun Liang 6ada098f60 polish lr scheduler 2021-02-04 18:01:53 +08:00
Dun Liang ed1738248e polish error msg 2021-02-03 11:55:36 +08:00
Dun Liang 5b8d2fe13c install python-dev hint 2021-02-01 16:34:24 +08:00
Dun Liang 4ec9ace622 polish loop var find out 2021-02-01 14:25:29 +08:00