- 14 5月, 2020 7 次提交
-
-
由 Huihuang Zheng 提交于
Add assert grammar for ProgramTranslator
-
由 ruri 提交于
* fix error message, test=develop
-
由 chajchaj 提交于
* error message of cross_entropy_op, test=develop * fix bug : can't use platform::errors::InvalidArgument in HOSTDEVICE, test=develop * fix bug: recovery the check_variable_and_dtype for rank_loss and bpr_loss, test=develop
-
由 xujiaqi01 提交于
* fix error check of stack and space_to_depth * test=develop
-
由 swtkiwi 提交于
-
由 Yibing Liu 提交于
* Format error message for ops, test=develop * Fix check in sequence_expand, test=develop
-
由 hutuxian 提交于
-
- 13 5月, 2020 15 次提交
-
-
由 danleifeng 提交于
fix check info for flatten hash is_empty op; test=develop
-
由 liu zhengxi 提交于
* update err msg for dynamic_lstm and dynamic_lstmp, test=develop
-
由 wangchaochaohu 提交于
-
由 qingqing01 提交于
test=develop
-
由 hong 提交于
-
由 Xing Wu 提交于
* fix error info for transpose sequence_conv_pool max_sequence_len sequence_erase, test=develop * fix error info for transpose sequence_conv_pool max_sequence_len sequence_erase, test=develop * update modify, test=develop * update modify, test=develop * fixed some modifications, test=develop
-
由 WuHaobo 提交于
-
由 cc 提交于
[Fix bug] Init scale node in OutScaleForTrainingPass and enable test_quantization_scale_pass UT (#24393) * Init scale node in OutScaleForTrainingPass, test=develop * Enable test_quantization_scale, test=develop
-
由 wawltor 提交于
Fix the elementwise_ops axis bug, make elementwise_ops has the same the op function for override ops
-
由 Chen Weihang 提交于
* polish some sl api error message, test=develop * polish python input check of stride slice, test=develop * fix unittest bugs, test=develop
-
由 Aurelius84 提交于
* fix bug with `if Tensor` in is_control_flow test=develop * remove continue test=develop
-
由 zhang wenhui 提交于
-
由 Li Fuchen 提交于
* enhance rank_loss error message, test=develop * enhance similarity_focus error message, test=develop * enhance squeeze error message, test=develop
-
由 wangguanzhong 提交于
* add scale_x_y for yolo_box, test=develop * refine eps in iou_similarity, test=develop
-
由 mapingshuo 提交于
* fix error log: resahpe, range, reverse.
-
- 12 5月, 2020 5 次提交
-
-
由 FDInSky 提交于
* test=develop add linear interpolate operator
-
由 liym27 提交于
-
由 wawltor 提交于
* Remove the error in the elementwise op, use the backup mode to calculate
-
由 Guanghua Yu 提交于
* fix bug of cross_entropy_loss,test=develop * fix log_softmax and some comment,test=develop
-
由 joanna.wozna.intel 提交于
-
- 11 5月, 2020 1 次提交
-
-
由 Xing Wu 提交于
* fix rnn check_type list error * tigger ci, test=develop * update modify, test=develop
-
- 09 5月, 2020 5 次提交
-
-
由 Pei Yang 提交于
-
由 Aurelius84 提交于
* support save_inference_model in program_translator test=develop * fix compatibility with OrderedDict.values() in python3 test=develop * synchronized random_seed test=develop * Polish Error Message test=develop
-
由 Yiqun Liu 提交于
-
由 zhongpu 提交于
* copy dygraph api to paddle.imperative, test=develop * polish the code, test=develop * polish code, test=develop * polish code, test=develop * move paddle.imperative.Layer to paddle.nn.Layer, test=develop
-
由 liym27 提交于
* [Dy2Stat] Add test for bert pretraining. * Construct fake data. * Synchronous random seed of program.
-
- 08 5月, 2020 7 次提交
-
-
由 hong 提交于
* fix numpy ndarray mul var base error; test=develop * add comment for __array_ufunc__ ; test=develop * move unitest from imperative math op path to test_math_op_patch_var_base; test=develop
-
由 hong 提交于
* raise index error when slice out of range; test=develop * add uni test; test=develop * fix format error; test=develop * add comment for py::index_error; test=develop * polish error message; test=develop * polish error message; test=develop
-
由 Wojciech Uss 提交于
* Enabled quantize all and skip missing in QAT
-
由 hong 提交于
* add clean up; test=develop * add import; test=develop
-
由 Aurelius84 提交于
* support to train in static * support to independent decorator * remove in_dygraph_mode condition in ProgramTranslator * fix import param_guard and add train/eval test=develop * Modify into ShareVarsFromScope and rm __all__ in partial_program test=develop
-
由 Chen Weihang 提交于
-
由 Huihuang Zheng 提交于
1. To make ProgramTranslator to support `assert` grammar, this PR adds `assert` python API and C++ code. 2. Fix a bug: graph_pattern_detector.h #include <gtest/gtest_prod.h> but didn't declared dependency at CMakeLists, which can cause single build failure. 3. Refactoring `Formatter` in print_op to make it reusable and reuse the formatter to print in assert op.
-