Commit Graph

578 Commits

Author SHA1 Message Date
Dun Liang f895d2f2e4 remove pybind11 dep 2021-05-12 20:46:31 +08:00
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
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
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
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 e37dd420d9 polish gcc error 2021-04-09 12:51:24 +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
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
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
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