- 21 9月, 2020 6 次提交
-
-
由 Wilber 提交于
-
由 huangxu96 提交于
* Finished ChannelWiseQuantDequantAbsMaxOp and Passed unittests. * Finished channel-wise quantize strategy in imperative quantization. * Added Cuda code of ChannelWiseQuantDequantMaxAbsOP Add Cuda code of ChannelWiseQuantDequantMaxAbsOp * Add quant_axis for channel_wise quant. * fixed a bug in unnitests, which will not trigger axis = 1 case and cannot meet the coverage rate requirement. * Added some assert infomation and fixed some coding style mistakes.
-
由 guofei 提交于
test=develop
-
由 Leo Chen 提交于
* refine error msg in var_handle.h, test=develop * refine all_reduce_op_handle * fix some error msg * refine variable_visitor * refine threaded_ssa_graph_executor * refine inplace related files * refine executor related files * refine fetch_op_handle.cc * fix bug * follow comments
-
由 Kaipeng Deng 提交于
* fix CIFAR & MNIST dataset. test=develop
-
由 MRXLT 提交于
* fix adam * rmsprop support double
-
- 20 9月, 2020 1 次提交
-
-
由 tangwei12 提交于
* fix fleet util and gloo * fix worker endpoints * fix * fix UT * fix gloo * fix gloo * update gloo * update gloo * update gloo * update gloo * update gloo * fix gloo wrapper for hdfs * add file gloo and UT * fix UT * fix UT * fix UT * hide public method of RoleMaker * fix UT * GPU fleetrun support gloo * parameterserver fleetrun support gloo * add UT * add UT * fix UT * fix get server endpoint * fix get server endpoint * fix UT * hide public method of rolemaker * hide public method of rolemaker * hide public method of rolemaker * Update test_fleet_rolemaker_new.py * hide public method of rolemaker * hide public method of rolemaker
-
- 18 9月, 2020 12 次提交
-
-
由 tangwei12 提交于
* fix worker endpoints * fix gloo wrapper for hdfs * GPU fleetrun support gloo * parameterserver fleetrun support gloo * fix get server endpoint
-
由 Pei Yang 提交于
-
由 liu zhengxi 提交于
-
由 yaoxuefeng 提交于
-
由 guofei 提交于
* Support python3.8 test=notest
-
由 Pei Yang 提交于
* pass compatibility * add compatibility registry * add unittests for different padding * add assert * drop errmsg
-
由 haozech 提交于
-
由 LielinJiang 提交于
* rm dependence of cv2
-
由 GaoWei8 提交于
* fix cudnn dyload error
-
由 chajchaj 提交于
-
由 Zhen Wang 提交于
-
-
- 17 9月, 2020 21 次提交
-
-
由 liym27 提交于
* Add env value to log to stdout; 2.Add logger name * Optimize log messages in dygraph-to-static * Replace logging.warn and warnings.warn with logging_utils.warn
-
由 HappyAngel 提交于
* fix op print error info problem. test=develop * fix build error * fix format * fix error msg info * fix format
-
由 Shang Zhizhou 提交于
-
由 furnace 提交于
and optimize the c++ implmentation of empty op as PR#26659 reviews, and add bool for shape op.
-
由 123malin 提交于
* test=develop, util documents
-
由 Yi Liu 提交于
paddle/fluid/operators/distributed_ops OP报错信息优化
-
由 tianshuo78520a 提交于
* Fix install pr requirements.txt * test=document_fix
-
由 guofei 提交于
Replace the 'spawn' start method with 'fork' start method for multiprocessing, on MacOS with python>=3.8 (#27317) * Replace the 'spawn' start method with 'fork' start method for multiprocessing, on MacOs when python>=3.8 test=develop
-
由 Jack Zhou 提交于
enhance reduce op which can reduce tensor with arbitrary rank
-
由 LiuChiachi 提交于
* update model.save_inference_model * update doc for _save_inference_model, delete useless class in unittests * make users not be able to set model._inputs be None * update usage of Model class in unittests * fix bugs of _verify_spec * fix bugs of _verify_spec * add unittest to increase coverage rate * delete http.log * update doc for save, remove requirments and limitations for using * update doc for class Model
-
由 YUNSHEN XIE 提交于
-
由 YUNSHEN XIE 提交于
-
由 YUNSHEN XIE 提交于
-
由 lilong12 提交于
-
由 chalsliu 提交于
-
由 ShenLiang 提交于
* fix floordiv
-
由 Zhou Wei 提交于
-
由 guofei 提交于
* Refine the unittest to support py38 test=develop
-
由 Zhou Wei 提交于
-
由 Huihuang Zheng 提交于
Change ProgramTranslator.enable_declarative to ProgramTranslator.enable_to_static to meet API 2.0
-
由 danleifeng 提交于
* fix fleet dynamic-mode en-doc;test=develop
-