YuliangLiu0306
|
e859380bf7
|
[fx] support module with bias addition (#1780)
* [autoparallel] refactor tracer to fix bias addition issue
* [fx] support module with bias addition
* create bias_addition_module
* refactor file structure
* polish code
* fix unit test
|
2022-11-01 22:53:51 +08:00 |
YuliangLiu0306
|
942c8cd1fb
|
[fx] refactor tracer to trace complete graph (#1342)
* [CLI] add CLI launcher
* Revert "[CLI] add CLI launcher"
This reverts commit df7e6506d4 .
* [fx] refactor tracer to trace complete graph
* add comments and solve conflicts.
|
2022-07-20 11:20:38 +08:00 |
YuliangLiu0306
|
4631fef8a0
|
[fx]refactor tracer (#1335)
|
2022-07-19 15:50:42 +08:00 |
Frank Lee
|
75abc75c15
|
[fx] fixed compatiblity issue with torch 1.10 (#1331)
|
2022-07-18 11:41:27 +08:00 |
Frank Lee
|
b2475d8c5c
|
[fx] fixed unit tests for torch 1.12 (#1327)
|
2022-07-15 18:22:15 +08:00 |
Frank Lee
|
4f4d8c3656
|
[fx] added apex normalization to patched modules (#1300)
* [fx] added apex normalization to patched modules
* remove unused imports
|
2022-07-14 14:24:13 +08:00 |
Frank Lee
|
7e8114a8dd
|
[hotfix] skipped unsafe test cases (#1282)
|
2022-07-13 00:08:59 +08:00 |
YuliangLiu0306
|
01ea68b2e6
|
[tests] remove T5 test skip decorator (#1271)
|
2022-07-12 23:25:30 +08:00 |
Jiarui Fang
|
ca9d5ee91c
|
[hotfix] torchvison fx unittests miss import pytest (#1277)
|
2022-07-12 23:04:06 +08:00 |
YuliangLiu0306
|
30b4fc0eb0
|
[fx]add split module pass and unit test from pipeline passes (#1242)
* [CLI] add CLI launcher
* Revert "[CLI] add CLI launcher"
This reverts commit df7e6506d4 .
* [fx]add split module pass and unit test from pipeline passes
* fix MNASNet bug
* polish
|
2022-07-12 13:45:01 +08:00 |