Commit Graph

133 Commits

Author SHA1 Message Date
Dun Liang e5265505df load pth support 2020-05-18 13:19:05 +08:00
Dun Liang ea781154f9 fix sequential 2020-05-17 23:47:18 +08:00
Dun Liang 725c9d3544 fix 2020-05-17 22:38:50 +08:00
Dun Liang 0053692a00 add append and module list 2020-05-17 22:35:23 +08:00
Dun Liang 498e10f715 add model.save 2020-05-16 15:03:41 +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 60efbfd461 update embeding 2020-05-15 15:36:12 +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 be141b067c stop grad continue 2020-05-13 16:28:43 +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
Dun Liang 6d62d5da22 fix fused extras 2020-05-09 13:14:19 +08:00
Jittor 627c7d4916
Merge pull request #80 from Jittor/zwy
change ReflectionPad2d & ReplicationPad2d
2020-05-08 12:40:45 +08:00
zwy 357952d98c update 2020-05-08 12:15:58 +08:00
zwy 9b6de1fbd8 update pad2d 2020-05-08 12:13:33 +08:00
Dun Liang 503da59a3b change nn.sigmoid 2020-05-07 15:56:43 +08:00
Dun Liang d2b571e2bc fix sigmoid 2020-05-07 15:25:14 +08:00
Dun Liang fb72d78e14 fix node liveness 2020-05-07 13:37:21 +08:00
zwy f38058bbe7 Memory Leak 2020-05-06 19:41:06 +08:00
Dun Liang 49950eda35 squeeze -1 dim 2020-05-06 18:58:42 +08:00
Dun Liang 557a4bf9d2 fix mkl conv 2020-05-02 10:54:16 +08:00
Dun Liang 901034659e add inference perf 2020-05-01 15:50:50 +08:00
zwy fca8224c0d add doc to converter 2020-05-01 00:01:28 +08:00
zwy f9f0190590 update converter 2020-04-30 23:53:57 +08:00
zwy 9b0a4c1d8c update conv bias 2020-04-30 21:33:46 +08:00
zwy 5f88c2e5c1 Merge branch 'master' of https://github.com/Jittor/jittor 2020-04-30 21:31:54 +08:00
zwy 2c959d2e00 update conv bias 2020-04-30 21:31:07 +08:00
guowei yang 4ddd8e0904 more loss and op 2020-04-29 23:36:04 +08:00
zwy 85f5ac4362 update conv bias 2020-04-29 23:09:43 +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 c1e0861446 redirect jupyter outputs 2020-04-28 19:48:46 +08:00
Dun Liang 2ed7ae6aec nanostring support numpy type, error with example 2020-04-27 22:18:25 +08:00
cxjyxx_me 5325225e9f fix bug 2020-04-27 09:49:04 +08:00
Dun Liang ab533a5f45 code op增加更多特性 :
* 可以有多个输出
* 允许输出动态大小的var
* code op内部可以写注释了
* code op可以使用别名了,通过@alias为inputa和outputs增加别名
2020-04-26 20:46:19 +08:00
guowei yang 6c08f24cff Merge branch 'master' of https://github.com/Jittor/jittor 2020-04-24 15:26:10 +08:00