Commit Graph

339 Commits

Author SHA1 Message Date
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 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
Dun Liang c07d85dade multiple hook for auto diff 2020-09-19 14:10:56 +08:00
Dun Liang e93810879c add AutoDiff 2020-09-19 13:44:55 +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
Dun Liang ec7164e533 tiny fix cu 2020-08-13 14:04:35 +08:00
Exusial 5b470a382f cholesky_test edited 2020-08-11 21:13:15 +08:00
Dun Liang 535523063f change eager_execution -> lazy_execution 2020-08-11 20:58:44 +08:00
Dun Liang c7c8513786 fix matmul 2020-08-11 20:51:53 +08:00
Dun Liang e25a8ac28d fix numpy code op test 2020-08-11 20:47:28 +08:00
Dun Liang eda31dcacf some fix 2020-08-11 20:30:26 +08:00
Dun Liang 45aba7c99e
Merge branch 'master' into master 2020-08-11 20:03:25 +08:00