- 08 9月, 2020 5 次提交
-
-
由 Chen Weihang 提交于
* Update set_dict method name & add aliases (#26700) * update set_dict method name & add aliases * fix var name error * fix alias formats * use set_state_dict in unittest * add decorator solve compatible problem * polish decorator * replace layer set_state_dict by patched method * remove import monkey path layer * fix import function error * add unittest for coverage * Support load state dict form `inference model` format save result (#26718) * support load infer model format state dict * add unittests * remove keep name table * recolve circle inport * fix compatible problem * recover unittest * polish doc and comment * Change jit.save/load configs to config & update code examples (#27056) * change configs to config & update examples * fix deprecate decorator conflict
-
由 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
-
由 wangchaochaohu 提交于
-
- 07 9月, 2020 12 次提交
-
-
由 zhupengyang 提交于
-
由 AshburnLee 提交于
-
由 zhang wenhui 提交于
-
由 Aurelius84 提交于
* add descriptor cache * fix self arugments * deal case if instance is None * clean code * fix usage
-
由 yaoxuefeng 提交于
- 06 9月, 2020 5 次提交
-
-
由 wangchaochaohu 提交于
- 05 9月, 2020 5 次提交
-
-
由 Yang Zhang 提交于
-
由 zhupengyang 提交于
-
由 wangchaochaohu 提交于
-
由 wangchaochaohu 提交于
-
由 zhangchunle 提交于
-
- 04 9月, 2020 13 次提交
-
-
由 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
-
由 LielinJiang 提交于
* add summary api
-
由 huangjun12 提交于
-
由 yaoxuefeng 提交于
-
由 LielinJiang 提交于