Commit Graph

915 Commits

Author SHA1 Message Date
Dun Liang 2efd7be357 add UpsamplingBilinear2d, AdaptiveMaxPool2d 2021-05-11 16:29:59 +08:00
Dun Liang c47db5d189 worker seed and auto 64 to 32 2021-05-09 18:02:17 +08:00
Json Lee 5447f23c42
typos in README (#207)
simular -> similar
2021-05-08 17:25:13 +08:00
Dun Liang 6c93dbb5fb add normal, log_prob,entropy ,kl_divergence 2021-05-07 17:34:33 +08:00
Dun Liang 04be711ddb fix simple_presum 2021-05-07 12:17:46 +08:00
cxjyxx_me 1e82016bfa fix connection bug 2021-05-05 15:20:25 +08:00
Dun Liang f612e9f2c6 remove sleep 2021-05-05 14:54:04 +08:00
Dun Liang e63186e209 add student queue 2021-05-04 22:30:37 +08:00
Dun Liang 1e65e183bb optimize getitem 2021-04-30 19:22:39 +08:00
Zheng-Ning Liu 989f09ba97
Merge pull request #204 from Jittor/lstm
[Bug fix]: setter_gopt fails when reversing an array
2021-04-30 13:46:10 +08:00
Dun Liang c31360b96c add distribution for rl 2021-04-30 13:42:46 +08:00
li-xl 46e6a66411 add rnncell and grucell 2021-04-30 13:42:46 +08:00
lzhengning 295393b556 bug: setitem_gopt failed when reversing an array 2021-04-30 13:29:43 +08:00
Dun Liang 862d564d85 add distribution for rl 2021-04-29 23:04:02 +08:00
li-xl b75b6def89 add rnncell and grucell 2021-04-29 16:08:05 +08:00
Zheng-Ning Liu b67cf0c6b9
Merge pull request #203 from lzhengning/lstm
Lstm
2021-04-29 15:14:47 +08:00
lzhengning 35f06bfa87 Merge branch 'master' into lstm 2021-04-29 15:11:49 +08:00
lzhengning b0669c11c0 feats: polish rnnbase 2021-04-29 15:05:39 +08:00
lzhengning 026dfb8fa2 feat: add rnn, gru 2021-04-29 14:58:24 +08:00
lzhengning 18923fcf3d feat: bidirectional 2021-04-29 13:32:18 +08:00
Zheng-Ning Liu 97e0652650
feat: add lstm (#202) 2021-04-28 17:44:33 +08:00
lzhengning 5f6c170121 feat: add lstm 2021-04-28 15:11:08 +08:00
yang guo ye 4a14967cc5
fix transforms.xxxresize int_size (#200) 2021-04-20 17:03:19 +08:00
Dun Liang d87b2d8f27 fix init no_grad 2021-04-17 20:44:35 +08:00
Dun Liang bb2d187dd3 add max_pool with index and max_unpool2d 2021-04-16 16:57:52 +08:00
Dun Liang fba55c7e31 polish pool interface 2021-04-15 14:33:51 +08:00
Dun Liang dff7835847 dirty fix windows \r\n change line 2021-04-09 14:40:23 +08:00
Dun Liang e37dd420d9 polish gcc error 2021-04-09 12:51:24 +08:00
yang guo ye 8243ebc5b5
Merge pull request #193 from Jittor/ygy5
fix memory profiler bug
2021-04-06 18:42:57 +08:00
cxjyxx_me a892bcd2af fix memory profiler bug 2021-04-06 16:49:21 +08:00
Dun Liang c7b78f570e add res2net pretrain 2021-04-03 15:30:47 +08:00
Xiang-Li Li b031e5d617
Merge pull request #190 from Jittor/pool
change pool inference
2021-03-24 22:13:18 +08:00
Dun Liang 4af7280342 polish test error 2021-03-24 22:06:27 +08:00
zhouwy19 c4a9816ec0 add test pool 2021-03-24 17:50:34 +08:00
zhouwy19 99b7fbeec1 change pool inference 2021-03-23 20:32:07 +08:00
Exusial cd3319edf4
add sampler (#187)
* 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

* add sampler and subset.

* fix subset,change jittor op to np op.

* fix.

* fix space.

* fix?.

* copy.

* copy.

* delete .idea

* add sampler hook in dataset

* add doc

* add sampler

Co-authored-by: Exusial <2247838039@qq.com>
Co-authored-by: Gword <471184555@qq.com>
Co-authored-by: Dun Liang <randonlang@gmail.com>
2021-03-23 19:08:16 +08:00
uyzhang 7ace88d718 mul bug fix 2021-03-23 16:03:40 +08:00
Dun Liang d5bbea7319 update version 2021-03-20 12:33:55 +08:00
Dun Liang d7eef7869d Merge branch 'master' of https://github.com/Jittor/jittor 2021-03-20 12:33:32 +08:00
Dun Liang 7941175165 polish error message 2021-03-20 12:33:25 +08:00
li-xl 83775f0427 add remove forward hook 2021-03-20 11:55:47 +08:00
Dun Liang 433cae596e polish free message 2021-03-19 15:38:21 +08:00
Dun Liang e674efba84 polish dataset worker error handle 2021-03-18 22:29:51 +08:00
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