- 28 12月, 2022 1 次提交
-
-
由 Matsumoto Ruko 提交于
* update pypi doc * update pypi doc * update pypi doc * empty commit, re-trigger all ci Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 27 12月, 2022 1 次提交
-
-
由 jiangcheng 提交于
* fix CINN should add float16.h may install bug * reupdate setuppy support float16 * add only if float16.h file exists
-
- 23 12月, 2022 2 次提交
- 21 12月, 2022 1 次提交
-
-
由 GGBond8488 提交于
* move out sparsity from fluid * fix typro * fix circle import error * fix circle import * fix circle import * fix conflicts * remove paddle.static.sparsity * remove paddle.asp * Undo history modifications * remove sparsity in static package * modify setup.py * add missing modifications on unitest files * remove redundant sparsiy hierarchy * fix unitest file
-
- 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
-
- 28 11月, 2022 1 次提交
-
-
由 Wilber 提交于
-
- 18 11月, 2022 1 次提交
-
-
由 GGBond8488 提交于
-
- 10 11月, 2022 2 次提交
-
-
由 james 提交于
* XPU support eager mode * add unittest for XPU eager mode * minor bugfix * minor bugfix, test=kunlun * correct copyright info * 1. remove unsed vars/funcs 2. ProcessGroupBKCL inherit from ProcessGroupStream * bugfix for fp16 in eager mode multi-card, test=kunlun * rebase & fix a few issues * use new processgroup interface, test=kunlun * fix compile issue, test=kunlun
-
由 zyfncg 提交于
* add ci check for code-gen script * update
-
- 04 11月, 2022 1 次提交
-
-
由 houj04 提交于
* [XPU] add cumsum op. test=kunlun * try to fix linker. test=kunlun * try to fix linker. test=kunlun * try to fix linker. test=kunlun * debug. test=kunlun * update xpu.cmake. remove unnecessary codes. test=kunlun.
-
- 03 11月, 2022 1 次提交
-
-
由 pangyoki 提交于
* add cudnn into whl package * add cudnn dso into whl package * let WITH_CUDNN_DSO be consistent with WITH_GPU * fix WITH_CUDNN_DSO in paddle_build
-
- 29 10月, 2022 1 次提交
-
-
由 Roc 提交于
-
- 21 10月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 20 10月, 2022 1 次提交
-
-
由 YangZhou 提交于
* add audio feature dataset * fix coding style * fix coding style2 * rm librosa * rm voxceleb * rm librosa in test * add scipy fftpack * add functional * fix setup * fix setup2 * rm colorlog * refactor dataset __init__.py * fix converage * fix librosa import error * fix windows test * fix windows ci * rm datasets * fix setup * remove testdata * add librosa in requirement * add librosa in requirement2 * change librosa to 0.8.1 * update ci docker * fix ci error * fix ci error2 * fix ci coverage * fix converage * fix coverage * rm audio_base in test, notest,test=coverage * fix copyright * rm backend * add datast in __init__ * rm compliance&&add function test * fix setup * fix windows * fix windows2 * fix test timeout * add backend & datasets * fix bugs * fix ci time issue * add dataset test * rm test_audio_feature * avoid windows isssue, tmp * note windows isssue * skip windows issue * refactor dataset test * add dataset.py * fix dtype in layers.mfcc * fix ci-static-check * fix dtype in layers.mfcc && fix ci-static-check * add relative accuracy * modity API.spec * skip cuda11.2 test * skip cuda11.2 test2 * skip cuda11.2 * change dataset name * fix format * update api.spec * update api.spec2 * fix coverage * add dataset test * rm download load dict * rm download load dict in init * update api.spec3 * fix dataset coverage * fix coverage * fix coverage2 * restore api.spec * restore api.spec2 * fix api-spec 3 * fix api-spec 4 * fix api.spec * fix api.spec6 * refactor init_backend * fix typo * change paddleaudio backend set * fix get_current_audio_backend() * fix format * fix format2 * remove format in parameters * fix format2 * add warning massage in wave_backend && remove redundant audio util * rm audio util in print_signatures * fix format3 * add tess dataset license * format warning * add more info in warning msg * add paddleaudio version check * replace dataset esc50 with tess * add tess dataset && rm numpy transform in dataset.py * fix set audio backend bug * fix equal error * fix format && coverage error * add api example * fix format * fix error * fix typo * add noqa in __init__ * fix backend doc example error * rm seed in dataset * update bakcend example * fix typo * fix typo * fix example err * fix typo * fix ci dataset test * fix example fil * try to fix ci * clean dataset doc * change get_current_audio_backend to get_current_backend * creplace paddle.audio.backends.info with paddle.audio.info, same with load, save * fix ci error * repalce api in test_audio_backend * fix save&&set_backend exmaple
-
- 13 10月, 2022 1 次提交
-
-
由 Xinger 提交于
* add rpc module in cpp side * add rpc module in python side * support win32 and mac for rpc * 代码优化 * 优化代码 * update rpc * update rpc launch * rpc remove rank and world_size api * fix logger import bug * remove support for win and mac * remove support for xpu, npu, cinn and rocm * remove support for xpu, npu, cinn and rocm * fix shutdown barrier timeout bug * update:python_rpc_handler to shared ptr * fix master shutodwn first bug * tests support for cpu * update log to vlog * update get service info api * add single process test case * remove process group * remove some useless dependencies * update rpc api comments * update rpc comments: Example to Examples * update rpc api comments * update rpc api comments * update launch api comments * update init_rpc comments * update rpc sync and async comments * fix bug: init_rpc cant be called repeatly in a process * update rpc api comment: make master endpoint unique * update rpc api:service to worker, timeout_ms to timeout * rename ServiceInfo to WorkerInfo * refactor: rename server to worker, log to vlog * add launch test * remove unused codes * refine
-
- 11 10月, 2022 1 次提交
-
-
由 Tony Cao 提交于
-
- 10 10月, 2022 1 次提交
-
-
由 Shuangchi He 提交于
-
- 27 9月, 2022 1 次提交
-
-
由 Roc 提交于
-
- 21 9月, 2022 1 次提交
-
-
由 YangZhou 提交于
* unexpose audio ParameterError * clean audio utils api
-
- 20 9月, 2022 1 次提交
-
-
由 Roc 提交于
uniform logger manager in FleetAPI. hidde API under distributed/utils which users don't need.
-
- 19 9月, 2022 1 次提交
-
-
由 wuhuachaocoding 提交于
-
- 16 9月, 2022 2 次提交
-
-
由 Chen Weihang 提交于
* unify core_avx and core_noavx * fix except error * revert mac compile logic * revert dylib to so * add core_noavx branch * remove core_noavx * replace paddle_core by lib paddle * polish var name * replace paddle_core by libpaddle * update custom device commit * polish code by comments
-
由 wuhuachaocoding 提交于
* refactor mp. * update setup.py. * update mp_layers.py for compatibility. * add documents for mp_layers.py * update init.py * update collective.py. * update. * update mp_ops.py * update. * update code style. * update code style.
-
- 09 9月, 2022 1 次提交
-
-
由 YangZhou 提交于
* add audio feature dataset * fix coding style * fix coding style2 * rm librosa * rm voxceleb * rm librosa in test * add scipy fftpack * add functional * fix setup * fix setup2 * rm colorlog * refactor dataset __init__.py * fix converage * fix librosa import error * fix windows test * fix windows ci * rm datasets * fix setup * remove testdata * add librosa in requirement * add librosa in requirement2 * change librosa to 0.8.1 * update ci docker * fix ci error * fix ci error2 * fix ci coverage * fix converage * fix coverage * rm audio_base in test, notest,test=coverage * fix copyright * rm backend * rm compliance&&add function test * fix setup * fix windows * fix windows2 * fix test timeout * fix ci time issue * rm test_audio_feature * avoid windows isssue, tmp * note windows isssue * skip windows issue * fix dtype in layers.mfcc && fix ci-static-check * add relative accuracy * modity API.spec * skip cuda11.2 test * skip cuda11.2 test2 * skip cuda11.2
-
- 31 8月, 2022 1 次提交
-
-
由 LiYuRio 提交于
-
- 29 8月, 2022 1 次提交
-
-
由 Siming Dai 提交于
* move incubate to geometric * add paddle.geometric * fix unittest bug * add float16 support for segment op * change reindex and sample neighbors flag name * add heter graph reindex * move sample_neighbors.py to neighbors.py * delete khop_sampler in geometric * delete unused code * change sample_neighbors api input order * fix en doc * fix unittest * fix unittest * change reindex * fix division by 0 * delete unnecessary input argument * delete final_state
-
- 23 8月, 2022 1 次提交
-
-
由 ronnywang 提交于
* [CustomDevice] add profiler apis * migrate CalculateEstOccupancy into cuda_tracer * update * add ut
-
- 09 8月, 2022 1 次提交
-
-
由 Siming Dai 提交于
* change out_size to INTArray * fix out_size eager bug * add unittest for out_size tensor * add deprecated for paddle.incubate.graph_send_recv, add paddle.geometric.send_u_recv and unittests * fix lowest bug * fix according review comment * add default value in yaml * change api file name * change name
-
- 08 8月, 2022 1 次提交
-
-
由 WangZhen 提交于
* Polish function code * Rename funciton to engine * Fix Log msg and doc * Rename Function to Engine and using new Function class to warp Engine * Rename EngineInfo * Adjust member variable order
-
- 04 8月, 2022 2 次提交
-
-
由 WangZhen 提交于
* Move Function classes to a sub dir * Format code
-
由 Chen Weihang 提交于
-
- 27 7月, 2022 1 次提交
-
-
由 WangZhen 提交于
* Remove include fluid head files in JitLayer * Format code * Remove const to fix ci error * Fix param error * Polish jit layer include and cp some headers to python/include * Fix comment
-
- 13 7月, 2022 1 次提交
-
-
由 zhangyikun02 提交于
-
- 01 7月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* fix core avx soname error * remove print info
-
- 23 6月, 2022 1 次提交
-
-
由 Matsumoto Ruko 提交于
-
- 22 6月, 2022 1 次提交
-
-
由 heliqi 提交于
-
- 21 6月, 2022 1 次提交
-
-
由 Zhen Wang 提交于
* Fix some bugs about the usage of cinn lib. * Fix some unit test errors.
-
- 16 6月, 2022 1 次提交
-
-
由 ronnywang 提交于
* [CustomKernel] add custom kernel c api * update * update * fix unable to export capi Co-authored-by: Nronny1996 <524019753@qq.com>
-
- 06 6月, 2022 1 次提交
-
-
由 heliqi 提交于
* modify paddle2onnx cmake * modify paddle2onnx cmake * modify export interface * modify paddle2onnx export * paddle2onnx add mac windows * modify paddle2onnx mac windows cmake * modify paddle2onnx mac windows cmake * modify paddle2onnx cmake support windows * modify paddle2onnx cmake support windows * modify paddle2onnx cmake support windows Co-authored-by: Nxiegegege <xiege01@baidu.com>
-