- 28 8月, 2020 30 次提交
-
-
由 Wojciech Uss 提交于
* decouple weights and bias from fc primitive in cache * removed reduntant update of pointers
-
由 Zhen Wang 提交于
Use `Tensor` instead of `Variable` in the doc of paddle.grad.
-
由 Zhou Wei 提交于
* add set_default_type for tensor * fix doc * fix doc
-
由 Leo Chen 提交于
* refine manual seed * fix ci problem * fix unittests * fix unittest * set is_init_py=false in manual_seed * fix unittest * fix bernoulli_op * fix(unittest): change random_seed to manual_seed *
🐞 fix(unittest): fix manual_seed * trigger ci * fix test_sentiment * fix test_imperative_save_load * fix test_uniform_random_op * fix test_uniform_random_op * fix test_jit_save_load * merge develop * fix manual_seed * fix manual_seed * use global engine * use shared_ptr * fix double free * fix bug * fix bug * fix bug * fix test bug * fix test bug * fix test bug * fix ci -
由 Chen Weihang 提交于
* add dygraph parallel run interface * polish implement & unified env property name * add print config arg * refactor init_parallel_env function * Compatible with multiprocessing and launch modes * set default trainer start port * support run in python 2 * polish python2 support code * remove python2 support * refine launch import * polish dome design details * refactor api implemention & path * use new method _set_expected_place * add spawn unittest framework & mnist test * add more unittests & doc * fix unittest failed * polish english doc * self review and polish details * refactor code by reviewer's comments * fix unittest failed * fix parallel_env unittest * fix several typos * fix error introduced when fixing typos * add unpublic note for start_processes * polish details by xiaoguang's comment * verify correctly when spawn nprocs=-1 * refactor spawn & init_parallel_env design * polish doc details * open spawn unittests * try to fix doc compile error * try to fix unknown doc format error * add skip unittest when not gpu
-
由 gongweibao 提交于
-
由 Zhou Wei 提交于
-
由 zhupengyang 提交于
-
由 liym27 提交于
* [Dy2Stat] Add debugging and logging mechanism for dygraph to static. * Remove TransformerError temporarily. * import mock in PY2, from unittest import mock in PY3. test=develop * Expose interfaces set_code_level and set_verbosity in paddle.jit, fix doc of the two interface. * polish doc of set_verbosity and set_code_level.
-
由 Pei Yang 提交于
-
由 Zhou Wei 提交于
* support 2.0 lr_scheduler for 2.0 optimizer * fix unittest * fix doc * fix unittest * fix sample code, fix unittest
-
由 ShenLiang 提交于
* fix remainder, floordiv
-
由 zhangchunle 提交于
-
由 LutaoChu 提交于
For normalize op, remove special treatment of one-dimensional input, add check for one-dimensional input (#26747) For normalize op, remove special treatment of one-dimensional input, add check for one-dimensional input
-
由 LutaoChu 提交于
add parameters check in static mode for diag op
-
由 hong19860320 提交于
-
由 lilong12 提交于
-
由 wangchaochaohu 提交于
-
由 joanna.wozna.intel 提交于
* Fix cpu quantize placement pass * Include string lib
-
由 joanna.wozna.intel 提交于
* Add mkldnn bfloat16 option to C-API * Add test for bfloat16 gpu * Change coverage test
-
由 pangyoki 提交于
* fix sample shape error * Add unittest * change assert_allclose to assert_equal * Add unittest doc * fix encoding problem
-
由 littletomatodonkey 提交于
-
由 Kaipeng Deng 提交于
-
由 LutaoChu 提交于
register cumsum Op version for compatible Op upgrades
-
由 Jack Zhou 提交于
add broadcast feature for elementwise logical op
-
由 Yang Zhang 提交于
* Fix clip input check * Fix default min/max value * Allow both max and min to be None * Register op change * Revert OP signature change
-
由 donproc 提交于
-
由 lilong12 提交于
-
由 lilong12 提交于
-
由 Zhen Wang 提交于
* update the demo code and the doc of varbase.backward. * update the doc of the fake interface `paddle.fluid.Variable`. * remove BackwardStrategy.
-
- 27 8月, 2020 10 次提交
-
-
由 Wilber 提交于
-
由 Zhou Wei 提交于
fix bug that can't print int8_t
-
由 Feiyu Chan 提交于
* Add RNN related apis in paddl.nn test=develop * new rnn api, cell almost done * add new progresses in rnn APIs for 2.0 * refine rnn APIs and docstrings. * add unittets * disable gpu tests when paddle is not compiled with cuda support * remove unnecessary imports * fix docstring * add to no_sample wlist * backport to python2 to avoid yield from * add **kwargs, fix typos * update docstrings for birnn * rename argument for SimpleRNN and SimpleRNNCell, fix sample code * add default value for initial_states in fluid.layers.birnn Co-authored-by: Nguosheng <guosheng@baidu.com>
-
由 joejiong 提交于
As the title
-
由 myq406450149 提交于
-
由 chalsliu 提交于
* Add the option to execute unit tests only at night * set ut nightly label for 3 cases.
-
由 Aurelius84 提交于
* add InputSpec * add unittest for tensorSpec and SimpleNet
-
由 xiaoting 提交于
* add intepolte_v2 * fix linear interp * polish unittest, test=develop * update code samples to 2.0 API, test=develop * remove warning, test_develop * add name in attrs, test=develop * polish code, test=develop * change Align to align, test=develop * fix unittest in py3,test=develop * fix coverage, test=develop * fix coverage, test=develop * fix for windows ci, test=develop * fix coverage, test=develop
-
由 gongweibao 提交于
-
由 zhupengyang 提交于
-