- 10 2月, 2023 1 次提交
-
-
由 Aurelius84 提交于
-
- 09 2月, 2023 1 次提交
-
-
由 xiongkun 提交于
-
- 08 2月, 2023 1 次提交
-
-
由 cyber-pioneer 提交于
* add flag * change flag * use prim flag * fix code * fix softmax prim flag * set case timeout
-
- 03 2月, 2023 1 次提交
-
-
由 xiongkun 提交于
* [dy2static] support fallback for whole graph. (stage 1) * bug fix * bug fix and add a new unittest * fix code by code review * fix coverage
-
- 02 2月, 2023 1 次提交
-
-
由 Xiaoxu Chen 提交于
【PRIM】Support use operator's output metadata info in constructing static backward composite (#50043) * [prim] support custom target_gradients * support infershape after append one gradop * [prim] add simple net test * fix test_loop segment fault bug * [prim] fix infer shape segment fault bug when output of grad_op_desc is empty
-
- 20 1月, 2023 1 次提交
-
-
由 Jiabin Yang 提交于
-
- 17 1月, 2023 4 次提交
-
-
由 xiongkun 提交于
* rebase merge * code fix * fix bugs
-
由 cyber-pioneer 提交于
* support @to_static+to_prime+cinn * fix code logic * debug4 * debug5 * debug6 * debug7 * debug 8 * debug 9 * debug10 * debug11 * debug11 * debug 12 Co-authored-by: NAurelius84 <zhangliujie@baidu.com>
-
由 WangZhen 提交于
* Fix translated layer fine-tune
-
由 WangZhen 提交于
* Support call backward() without params in dy2st
-
- 12 1月, 2023 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 11 1月, 2023 2 次提交
-
-
由 Aurelius84 提交于
* [D2SCinn]Fix self.infer_program always build cinn pass without cache * fix infer op size
-
由 Ryan 提交于
* add enable_to_static and drop some methods of ProgramTranslator * fix code style * fix cant import enable_to_static and update unitest * change unitest and rollback code of PT * fix can't import as of utils * roll back PT * fix roll back * add some unitest * add unitest and fix codestyle bug in api.py * finish all unitest * remove ProgramTranslator * fix code style * restore test_program_translator * api.py remove get_func * TestDygraphToStaticCode * fix check_type and import err * roll back PT without getcode * roll back pt with get_code * convert_to_static * fix import __all__
-
- 10 1月, 2023 1 次提交
-
-
由 hjyp 提交于
* Add ignore_module API * fix type of parameter * Add test case of ignore-module
-
- 09 1月, 2023 2 次提交
-
-
由 zhangbo9674 提交于
* add build strategy for infer program of dy2st * refine code * fix bug
-
由 xiongkun 提交于
* [Dy2static] Add ParameterRecorder * filter by shape(tensor)==0 * fix code by review * fix random failed in CI. (especially coverage) * fix bugs * remove API changes to avoid static CI approval
-
- 06 1月, 2023 1 次提交
-
-
由 Aurelius84 提交于
* [D2SCinn]Add test_cinn unittest and param_grad into skip_gc_vars * remove print
-
- 05 1月, 2023 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 03 1月, 2023 2 次提交
-
-
由 WangZhen 提交于
* Fix param and out grad names in dy2st for high order grad
-
由 GGBond8488 提交于
* remove fluid.save_dygraph and fluid.load_dygraph use paddle.save and paddle.load instead * move Sequential to paddle.nn * modify convert_call_func.py Sequential reference * remove related unitests * remove fluid.dynamic.Sequntial * test remove conver_call_func * fix conflicts * fix typro * fix unitests * fix sample_code * fix unitest * fix __init__
-
- 30 12月, 2022 2 次提交
-
-
由 xiongkun 提交于
* bugfix: fix bugs in Indexable and support LayerDict * fix bugs.
-
由 Sanbu 提交于
* 1219 * temporarily change the num_diff_files limit, test=document_fix * Revert "temporarily change the num_diff_files limit, test=document_fix" This reverts commit 8e70f00ef468d2dad0e38b3da06295ed62990d20. * for codestyle * remove duplicate license * `static mode` -> `static graph mode` * Update hybrid_parallel_inference.py * Update layer_function_generator.py * Update manipulation.py * reset Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com> Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 29 12月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [D2SCinn]Support deliver skip_gc_vars into Graph * fix unittest * fix copy
-
- 19 12月, 2022 1 次提交
-
-
由 hjyp 提交于
* 移除 declarative 接口 * 修改 CI报错,清理注释
-
- 16 12月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* move translated layer * fix build bugs * fix unittest bug * trigger ci
-
- 14 12月, 2022 1 次提交
-
-
由 feifei-111 提交于
* del array_write & array_read * fix import err * fix import err * fix example codes
-
- 13 12月, 2022 2 次提交
-
-
由 JYChen 提交于
* remove non-public apis from __all__ * fix code style
-
由 Nyakku Shigure 提交于
* isort jit * refine comment
-
- 12 12月, 2022 1 次提交
-
-
由 feifei-111 提交于
-
- 08 12月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [API Clean]Clean __all__ to avoid exposing usless API * fix import * fix typo * remove tracedLayer unittest
-
- 07 12月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 05 12月, 2022 3 次提交
-
-
由 Nyakku Shigure 提交于
-
由 Nyakku Shigure 提交于
* [Dy2St] refactor convert_print to display Tensor in compile time
-
由 201716010711 提交于
-
- 02 12月, 2022 3 次提交
- 01 12月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [Fluid Clean]Migrate utils files and delete dygraph_to_static dir * fix setup.py.in * fix import * fix unittest * fix code style * fix unittest
-
- 30 11月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [Fluid clean]Migrate base/call/print et.al transformer into paddle.jit * fix phi kernel * Revert "fix phi kernel" This reverts commit eff8891c7efda6e49799edbcaef2ca50379d50ef.
-
- 29 11月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [Fluid Clean]Migrate if/while/return/break transformer into paddle.jit * migrate call_transformer * migrate call_transformer
-