- 16 6月, 2022 1 次提交
-
-
由 zhangbopd 提交于
Use tempfile for unit test & custom op test to replace temporary files to ensure that all temporary files will be deleted normally after a single measurement, avoiding the usage of disk files. The PR only involves single-test and op test modifications and does not affect existing functionality. Release/2.3 branch modified in PR43521;
-
- 15 12月, 2021 1 次提交
-
-
由 YuanRisheng 提交于
* fix bugs in Translated layer when change train/eval * fix python converage
-
- 30 11月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* fix failed tests in yingchun gived list * add unittests into static_mode_white_list * add enable static * fix dist unittest * skip test_sigmoid_focal_loss_op & add gym * revert no need skip unittests * remove gym
-
- 21 10月, 2020 1 次提交
-
-
由 cnn 提交于
* rename manual_seed to seed * rename xxx1d-->xxx1D, xxx2d-->xxx2D, xxx3d-->xxx3D * rename manual_seed --> seed * do not rename .cc, .cu and .h file * rename manual_seed --> seed * rename manual_seed --> seed * rename manual_seed --> seed * rename manual_seed --> seed * disable_static on doc example code * donot change manual_seed on generator * add enable_static on sample code * convert python/paddle/fluid/layers/nn.py to bak * fix typo * fix code style * fix seed to manual_seed when call functions of Generator() * fix bug
-
- 16 9月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* add input_spec & output_spec for translated_layer * update error message
-
- 06 9月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* add TranslatedLayer.program method * add unittests & update example code * polish example code * update program api example code
-