Commit Graph

82 Commits

Author SHA1 Message Date
Dun Liang 126f92a6f3 add sphinx doc 2020-05-21 20:32:01 +08:00
Dun Liang e45f5cb917 Merge branch 'zwy' of https://github.com/Jittor/jittor 2020-05-15 22:10:38 +08:00
Dun Liang 510a8e8b8b docker install readme 2020-05-15 15:41:16 +08:00
zwy d79bd8e09c update 2020-05-15 15:15:37 +08:00
zwy 96ad1db2d8 update batchnorm1d & instancenorm2d 2020-05-14 15:48:01 +08:00
Dun Liang fc4f54ae0b fix mkl default args 2020-05-13 15:40:20 +08:00
Dun Liang 32651c5c7d Merge branch 'cjld' of https://github.com/Jittor/jittor into polish_conv_tuner 2020-05-12 18:02:59 +08:00
Dun Liang 233bd28355 polish group conv tuner 2020-05-12 18:02:17 +08:00
Dun Liang a41f827984 add param groups 2020-05-11 15:36:37 +08:00
Dun Liang c657491a51 fix cudnn conv workspace too big 2020-05-09 19:46:17 +08:00
Dun Liang a9bb4567dd Merge branch 'master' of https://github.com/Jittor/jittor 2020-05-09 13:14:50 +08:00
zwy 9b6de1fbd8 update pad2d 2020-05-08 12:13:33 +08:00
Dun Liang d2b571e2bc fix sigmoid 2020-05-07 15:25:14 +08:00
zwy 5f88c2e5c1 Merge branch 'master' of https://github.com/Jittor/jittor 2020-04-30 21:31:54 +08:00
guowei yang 4ddd8e0904 more loss and op 2020-04-29 23:36:04 +08:00
zwy dd58aace62 delete batchnorm1d 2020-04-29 23:05:35 +08:00
zwy 856db28b00 add skip_this_test 2020-04-29 22:34:53 +08:00
zwy d74dc1c148 update 2020-04-29 21:02:51 +08:00
zwy 4ff60ee04c update 2020-04-29 15:55:22 +08:00
zwy 264148a017 Merge branch 'master' of https://github.com/Jittor/jittor 2020-04-29 15:31:19 +08:00
Dun Liang 4fdb7b339b fix slice bug 2020-04-29 13:36:25 +08:00
bennyguo acfceca90f merge nn.py 2020-04-29 02:26:42 +08:00
bennyguo d792ba55b3 group convolution support 2020-04-29 02:22:22 +08:00
Dun Liang fc9b22e796 jt.sum -> nanostring(add) 2020-04-28 21:50:10 +08:00
zwy 113d917dc4 add some ops 2020-04-28 21:15:52 +08:00
Dun Liang 2ed7ae6aec nanostring support numpy type, error with example 2020-04-27 22:18:25 +08:00
Dun Liang ab533a5f45 code op增加更多特性 :
* 可以有多个输出
* 允许输出动态大小的var
* code op内部可以写注释了
* code op可以使用别名了,通过@alias为inputa和outputs增加别名
2020-04-26 20:46:19 +08:00
Dun Liang c9052e090d fix fetcher segfault 2020-04-22 19:38:01 +08:00
Dun Liang 8da6ef720b Merge branch 'gword' of https://github.com/Jittor/jittor into gword 2020-04-21 23:38:56 +08:00
Dun Liang eb15529b4d add reduce mean 2020-04-21 23:37:43 +08:00
guowei yang d4cbd373f2 test batchnorm backward 2020-04-21 22:59:19 +08:00
Dun Liang c94995e640 polish mpi dataset, better batch size 2020-04-21 15:48:49 +08:00
Dun Liang 2315928240 polish test_mpi_batchnorm 2020-04-20 22:05:38 +08:00
Dun Liang d60b37bb07 Merge branch 'master' of https://github.com/Jittor/jittor into gword 2020-04-20 20:17:43 +08:00
Dun Liang 5a450a495b Merge branch 'ygy' of https://github.com/Jittor/jittor into gword 2020-04-20 20:17:09 +08:00
Dun Liang f16a1c8bdf Merge branch 'models' of https://github.com/Jittor/jittor 2020-04-20 19:12:53 +08:00
Dun Liang 9b51b565f7 change name 2020-04-20 17:14:07 +08:00
Dun Liang 4ddb2b7053 small fix & add test 2020-04-20 14:54:44 +08:00
Dun Liang 13a5c8cbc8 add sin grad 2020-04-19 22:57:38 +08:00
zwy 6e08781df4 models & converter & flatten/view/permute/adapool 2020-04-19 22:01:32 +08:00
cxjyxx_me 5ccf9502c7 test optimizer & nccl backward 2020-04-18 10:59:57 +08:00
guowei yang 6c9194bb89 mpi_reduce init 2020-04-17 13:23:14 +08:00
cxjyxx_me 4e79827ce9 Merge branch 'gword' into ygy 2020-04-17 10:57:15 +08:00
guowei yang 4967e6ef8b mpi op backward 2020-04-17 10:53:56 +08:00
Dun Liang 5b7e057f6c add cos/sin/tan[ah] and fix tanh nan #61 2020-04-16 15:53:05 +08:00
cxjyxx_me a089378ec6 fix 2020-04-16 15:16:21 +08:00
guowei yang f4130cab28 Merge branch 'master' of https://github.com/Jittor/jittor into gword 2020-04-16 13:25:58 +08:00
cxjyxx_me fd80146901 merge mpi ops 2020-04-16 09:26:43 +08:00
cxjyxx_me ba0afe5099 fix 2020-04-16 09:24:10 +08:00
cxjyxx_me fb726ad22a Merge branch 'master' into ygy 2020-04-15 16:44:17 +08:00