- 08 9月, 2020 1 次提交
-
-
由 pangyoki 提交于
* fix dtype not matching bug in log_prob and probs method of Distribution class (#26767) * fix _to_tensor method of Distribution class * Add unittest * let dtype be consistent with value in log_prob and probs * fix format * fix dtype problem and change unittest * fix dtype of Numpy class in unittest * add formula for entropy and kl * change formula * fix kl formula format * fix kl formula format 2 * change gt to np in unittest * optimize unittest format * delete dumplicate * delete dumplicate 2 * extract common function used to convert dtype value * cherry pick 27046
-
- 07 9月, 2020 5 次提交
-
-
由 pangyoki 提交于
change uniform_random to uniform and optimize function names in unittest for random ops (#26951) (#27111) * fix unittest format and extract common function * change function name
-
由 AshburnLee 提交于
-
由 Aurelius84 提交于
* add descriptor cache * fix self arugments * deal case if instance is None * clean code * fix usage
-
由 Double_V 提交于
-
由 liym27 提交于
[cherry-pick2.0beta][Api2.0] sum: bug fix - support attr(dtype) is float32 or int32 and add ValueError (#26946) (#27047)
-
- 06 9月, 2020 5 次提交
-
-
由 wawltor 提交于
update the check for the dtype check for the argmin, argmax
-
由 wangchaochaohu 提交于
-
由 liym27 提交于
[cherry-pick 2.0-beta] Raise RuntimeError if run the callable object decorated by '@paddle.jit.to_static' not in dynamic mode. (#26750) (#27053) Change-Id: I21a07cc2bc39acb753ab8fc00c72e269ddef0df1
-
由 liym27 提交于
[cherry-pick 2.0 beta][Dy2Stat-debugging] Fix bug: Returns True if the verbosity level set by the user is greater than or equal to the log level (#26858) (#27052) Change-Id: Iea4eb55f733e4751cb58c3caef35cb7664d2efa6
-
由 liym27 提交于
Change-Id: Ic5b211f1bab42067715297fe58a78646e13e048d
-
- 05 9月, 2020 3 次提交
-
-
由 zhupengyang 提交于
-
由 wangchaochaohu 提交于
-
由 wangchaochaohu 提交于
-
- 04 9月, 2020 12 次提交
-
-
由 ShenLiang 提交于
-
由 wawltor 提交于
cherry-pick from the develop PR#26792, fix the argmin, argmax
-
由 whs 提交于
test=develop
-
由 Zhou Wei 提交于
update doc of paddle.to_tensor
-
由 Chengmo 提交于
* fix heter-ps multi thread
-
由 MRXLT 提交于
* update optimizer (#26711) * update doc * update doc * fix optimizer sample code * add default value for adamw weight_decay * fix adamw * change LearningRateDecay to _LRScheduler * fix adamw;notest * fix load;notest * remove file * bug fix * fix code style * bug fix * add ut * adamw support weight_decay=0 * fix ut * fix set_lr doc * fix doc * change parameters place * fix sample code
-
由 huangjun12 提交于
-
由 yaoxuefeng 提交于
-
由 LielinJiang 提交于
-
由 Leo Chen 提交于
* refine paddle.stack * support TensorArray * add test * fix coverage problem * fix coverage problem * fix sample code
-
由 huangjun12 提交于
* fix dropout bug in backward when input is 1d tensor, test=develop * add test case and refine error message, test=develop * refine error message, test=develop
-
由 zhupengyang 提交于
-
- 03 9月, 2020 4 次提交
-
-
由 Zhou Wei 提交于
* set_default_type only take effect on python floats or complex * fix doc
-
由 zhang wenhui 提交于
* fix norm bug, test=develop * fix norm bug, test=develop * fix norm bug, test=develop * fix norm bug, test=develop * fix norm bug, test=develop
-
由 Yang Zhang 提交于
-
由 gongweibao 提交于
-
- 02 9月, 2020 3 次提交
-
-
由 Chengmo 提交于
* fix fluid.embedding
-
由 tangwei12 提交于
* add embedding 2.0 * add embedding support input int32
-
由 Yang Zhang 提交于
-
- 31 8月, 2020 7 次提交
-
-
由 Chen Weihang 提交于
* remove backend argument of init_parallel_env * remove keep name table in transformer * add cpu version check * add skip unittest for init_parallel_env * polish doc: remove func use & update example
-
由 Aurelius84 提交于
-
由 huangjun12 提交于
rename Dropout2D/3D to Dropout2d/3d
-
由 GaoWei8 提交于
* refine cudnn softmax
-
由 arlesniak 提交于
* get use of global 'use_mkldnn' in layer_helper * update for CI * update for CI, relu test * update for CI, relu test added, make FLAGS_use_mkldnn a public flag * added more strict tests, fixes after review * fixes after review * fixes after review, CI stuff
-
由 Aurelius84 提交于
* Fix Python Version compatibility * add import six
-
由 yaoxuefeng 提交于
-