Commit Graph

443 Commits

Author SHA1 Message Date
cxjyxx_me 6f5a4cb336 Merge branch 'develop' into dw_conv 2020-12-07 22:43:29 +08:00
cxjyxx_me 895f6ecee2 depthwise_conv 2020-12-07 22:43:11 +08:00
zhouwy19 b2ad8e533c Merge branch 'master' of https://github.com/Jittor/jittor 2020-12-06 17:49:33 +08:00
Dun Liang 6e761f89da Merge branch 'develop' of https://github.com/Jittor/jittor 2020-12-03 13:10:19 +08:00
cxjyxx_me 14324f364b mrege 2020-12-02 16:57:36 +08:00
li-xl 294af2f525 add jt.Var,__format__ 2020-12-01 19:46:43 +08:00
li-xl 7f0444d0e0 fix slices bugs 2020-12-01 19:45:06 +08:00
Jittor 260a052db9
Update nn.py
fix a simple bug
2020-11-28 20:27:07 +08:00
周文洋 94f7d63fcc Merge branch 'master' of https://github.com/Jittor/jittor 2020-11-27 17:42:29 +08:00
周文洋 801eb2241f update 2020-11-27 17:42:22 +08:00
li-xl 3c7d59ea16 fix Layernorm bugs 2020-11-27 15:19:31 +08:00
Xiang-Li Li 5dfef0af13
Merge branch 'develop' into lxl 2020-11-27 15:11:36 +08:00
Zheng-Ning Liu d1975d9d7e
Add aliases in nn.py 2020-11-27 14:58:30 +08:00
Dun Liang 6e3daf8c8b cub include for cuda11 2020-11-26 23:08:59 +08:00
li-xl 2ca8b91122 fix cudnn_backward_x_op and remove item 2020-11-26 17:36:59 +08:00
li-xl 342214d7f7 Merge branch 'lxl' of https://github.com/jittor/jittor into lxl 2020-11-26 17:34:40 +08:00
li-xl 996327c5fe use broadcast optimize repeat 2020-11-26 17:33:38 +08:00
Dun Liang cbbb3e7de4 update version 2020-11-26 14:13:32 +08:00
Dun Liang 79579b4a30 merge loop var optimize 2020-11-25 22:15:41 +08:00
li-xl 4117c8daae Merge branch 'lxl' of https://github.com/jittor/jittor into lxl 2020-11-25 19:23:48 +08:00
li-xl 13941112e1 Merge branch 'master' of https://github.com/jittor/jittor into lxl 2020-11-25 19:23:28 +08:00
Zheng-Ning Liu 798018880e
Update BatchNorm1d
Change default value of affine in BatchNorm1d to be True.
2020-11-25 13:30:21 +08:00
cxjyxx_me 97a99b6a24 depthwise_conv 2020-11-25 11:13:47 +08:00
Dun Liang 08d6f8e607 parallel compiler fix 2020-11-24 10:16:43 +08:00
li-xl 8c83ba92e1 fix transpose bugs 2020-11-24 10:14:31 +08:00
zhouwy19 55b68cc294 optimize get item inplace 2020-11-23 15:11:09 +08:00
li-xl 1045f04c4b add misc and bcelogits with pos_weight 2020-11-10 11:34:39 +08:00
li-xl 0efca41bba delect all delete any 2020-11-08 16:39:25 +08:00
li-xl 32af287461 Merge branch 'master' of https://github.com/jittor/jittor 2020-11-08 16:04:16 +08:00
li-xl 98545bede4 add softplus 2020-11-08 16:04:12 +08:00
Dun Liang 805f48369d better trace_py_var 2020-11-06 14:41:38 +08:00
li-xl cb52493db9 Merge branch 'master' of https://github.com/jittor/jittor 2020-11-03 17:06:20 +08:00
li-xl 06eb505eea add bmm_transpose and pad and merge_loop_flags 2020-11-03 17:04:25 +08:00
Dun Liang 5713130b03 signal handler for ctrl-c 2020-11-03 12:36:04 +08:00
Dun Liang cd5731970a update version 2020-11-02 22:42:29 +08:00
Dun Liang 9ddd16126c fix switch flags 2020-11-02 22:41:26 +08:00
Dun Liang 143bb01d8e optimize ring buffer and copy free array op 2020-11-02 17:11:29 +08:00
zhouwy19 b742939605 update sign 2020-10-28 14:07:42 +08:00
zhouwy19 8e93e36f53 add sign & Sequential __iter__ 2020-10-28 11:31:33 +08:00
li-xl 5af7244523 Merge branch 'master' of https://github.com/jittor/jittor 2020-10-26 22:04:32 +08:00
li-xl aa502deafb optimize where op && fix vary shape infer 2020-10-26 22:03:53 +08:00
Dun Liang 8dc10f2f1a fix 2020-10-26 19:45:59 +08:00
Dun Liang 56bc0f4e98 Merge branch 'master' of https://github.com/Jittor/jittor 2020-10-26 19:40:48 +08:00
Dun Liang f1b7af155f optimize jit_prepare 2020-10-26 19:40:04 +08:00
li-xl ca7207e027 Merge branch 'master' of https://github.com/jittor/jittor 2020-10-21 11:37:06 +08:00
li-xl bd506460be remove matmul print 2020-10-21 11:36:59 +08:00
Dun Liang ea1e840709 Merge branch 'zwy2' of https://github.com/Jittor/jittor 2020-10-17 15:43:49 +08:00
Dun Liang ee268c7456 add __iter__ in sequential 2020-10-17 15:42:14 +08:00
Dun Liang d72ebb8ea1 Merge branch 'master' of https://github.com/Jittor/jittor 2020-10-17 15:20:39 +08:00
Dun Liang 05a67323ae fix vary shape setitem 2020-10-17 15:08:55 +08:00
li-xl 84c10c7a06 fix setitem 2020-10-16 20:43:37 +08:00
Dun Liang d31cdab30f setitem polish 2020-10-16 20:02:46 +08:00
Dun Liang db30ead79e code op with output 2020-10-16 15:02:04 +08:00
Dun Liang 563c6fa22a slice start==stop 2020-10-14 17:58:36 +08:00
Dun Liang 0f97f26b89 improve import speed 2020-10-14 12:40:21 +08:00
Dun Liang 8d64d98a35 jit_prepare for array op 2020-10-12 18:01:14 +08:00
Dun Liang c792b23f48 version 1.2 2020-10-10 16:38:21 +08:00
Dun Liang d533f3960b better print and negtive dim with size() 2020-09-27 12:13:28 +08:00
zhouwy19 5c4bc2e4f7 Merge branch 'master' of https://github.com/Jittor/jittor into zwy2 2020-09-25 17:16:35 +08:00
zhouwy19 a3ed6ace15 Merge branch 'master' of https://github.com/Jittor/jittor 2020-09-25 15:40:53 +08:00
zhouwy19 b7811e32a0 refine pow 2020-09-25 15:40:04 +08:00
Dun Liang 7a6e1e2069 update version 2020-09-25 14:15:19 +08:00
Dun Liang d6b9e32428 auto diff hook optimizer and rand 2020-09-25 14:14:28 +08:00
zhouwy19 dd7f4ec325 Merge branch 'master' of https://github.com/Jittor/jittor into zwy2 2020-09-21 23:02:14 +08:00
Dun Liang e93810879c add AutoDiff 2020-09-19 13:44:55 +08:00
zhouwy19 20ca5dfe83 Merge branch 'master' of https://github.com/Jittor/jittor into HEAD 2020-09-17 12:14:26 +08:00
zhouwy19 606cf12511 jittor for senzhe 2020-09-17 12:14:18 +08:00
Dun Liang ee4dbe4c11 tiny update 2020-09-16 14:49:12 +08:00
Dun Liang e3d1fafa87 fix update queue and conv transpose 2020-09-16 14:27:13 +08:00
Dun Liang f3e99b96bc fix multiple different gpu archs compile error 2020-09-13 14:42:52 +08:00
Gword b5d8898a77
Merge pull request #138 from Jittor/densenet
Densenet
2020-09-10 17:58:49 +08:00
Gword de787b4cc9 skip test densenet 2020-09-10 17:23:09 +08:00
Dun Liang 839f354daf add new cuda search path 2020-09-09 20:27:43 +08:00
Dun Liang e079a8813e Merge remote-tracking branch 'lzhengning/master' into zwy_doc 2020-09-09 15:18:13 +08:00
Dun Liang fc5ee8573e fix sidx<0 in atomic tuner 2020-09-08 21:17:16 +08:00
Dun Liang 336de7c698 fix init value of atomic tuner && fix launch warp 2020-09-08 20:47:18 +08:00
Gword 6b471e5c8e fix densenet bug 2020-09-08 20:36:17 +08:00
lzhengning 6c39c3be1f Fixed error when flattening a 1D array.
In the following code, end_dim is also flattened. So it is okay when end_dim = start_dim.
2020-09-08 14:54:57 +08:00
Dun Liang 0068580ecb test densenet in models 2020-09-07 16:20:46 +08:00
Dun Liang 4892e65b6f Merge branch 'densenet' of https://github.com/Jittor/jittor into densenet 2020-09-07 15:45:23 +08:00
Dun Liang e78ef3fc71 parallel compiler & normal random 2020-09-06 21:58:03 +08:00
Gword f32bc4ae49 densenet & lr_scheduler 2020-09-03 17:58:39 +08:00
Dun Liang 3989c7f19a add progress for core compiling 2020-08-30 21:23:57 +08:00
Dun Liang f1a40bc826 improve import speed 2020-08-30 16:30:30 +08:00
Gword 03aefb620a Merge branch 'master' of https://github.com/Jittor/jittor into attention 2020-08-28 20:49:00 +08:00
Gword 7b41ab678f attention op & Sequential with OrderedDict 2020-08-28 20:48:10 +08:00
Dun Liang 5ce1a1d6e8 fix executor multioutput liveness 2020-08-27 22:35:12 +08:00
zhouwy19 fb890eba8c add hflip 2020-08-25 15:59:02 +08:00
zhouwy19 e49a1cefc9 fix ConvTranspose weight init bug 2020-08-23 21:13:06 +08:00
Dun Liang 7e1678c7ea fix zero dim broadcast 2020-08-17 20:20:31 +08:00
Dun Liang f75c26ab55 fix unique parameters 2020-08-17 19:08:51 +08:00
Dun Liang 2dc161a00e fix float mod 2020-08-17 14:08:31 +08:00
Jittor 4b26d65d96
Merge pull request #130 from Jittor/zwy2
add misc & linalg doc
2020-08-15 20:47:33 +08:00
Dun Liang b79e6e1c5a fix ci 2020-08-14 17:37:10 +08:00
zhowuy19 843b983e90 BCELoss add weight 2020-08-14 17:32:42 +08:00
Dun Liang f3ec2e956c fix array dtype 2020-08-14 17:01:11 +08:00
Dun Liang fb90824178 Merge branch 'master' of https://github.com/Jittor/jittor into zwy2 2020-08-14 13:51:17 +08:00
Dun Liang 1ad00d4580 better error control && fix doc && fix free buffer 2020-08-14 13:49:33 +08:00
Dun Liang f9e290160b Merge branch 'master' into zwy2 2020-08-13 20:57:36 +08:00
Gword 27e3361c74
Merge pull request #125 from Exusial/master
new linalg pr
2020-08-13 02:13:49 -05:00