Commit Graph

14 Commits

Author SHA1 Message Date
li-xl aa45703143 add jittor_home 2022-03-22 20:28:43 +08:00
Zheng-Ning Liu 43b150a6c8
Update auto_diff.py
fixed: symbol not found when running "from jittor_utils import auto_diff; import jittor as jt"
2021-07-30 15:52:52 +08:00
Dun Liang 08eeb67de5 fix g++-10 line error 2021-07-29 20:02:14 +08:00
Dun Liang cf6299009e polish auto diff with backward name 2021-07-19 16:30:05 +08:00
Dun Liang 62bbdcd7d9 Merge branch 'auto_diff' of https://github.com/lzhengning/jittor 2021-07-19 11:22:00 +08:00
lzhengning b61065e8b3 Polish auto_diff.py
- Use the layer name as file name to be cached.
- Now it can compare input and output of layers with the same name, even if the networks are not identical.
- Add a convenient way to provide identical input data (save_input, load_input).
2021-07-17 13:58:31 +08:00
Dun Liang fba55c7e31 polish pool interface 2021-04-15 14:33:51 +08:00
Dun Liang 03e8253a36 update auto_diff 2020-12-22 21:58:52 +08:00
Dun Liang 1b6970f7dc add requires_grad 2020-12-21 22:41:45 +08:00
li-xl 06eb505eea add bmm_transpose and pad and merge_loop_flags 2020-11-03 17:04:25 +08:00
Dun Liang c792b23f48 version 1.2 2020-10-10 16:38:21 +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