Nana

Results 31 issues of Nana

### PR types Others ### PR changes APIs ### Description 二元 API 支持 python number 添加支持的 API 包括: - paddle.add - paddle.subtract - paddle.divide - paddle.floor_divide - paddle.multiply 以上 API...

contributor

我尝试借助statsmodels库里封装的逻辑回归,以aic为criteria,自己写了lr的stepwise regression,发现与toad的stepwise中得出的最终结果不一致,最后发现用toad筛选出的模型的aic与statsmodels中计算得到的aic值不同。 在看过源码后,发现selection.py中StatsModel的loglikelihood计算方法是统一用了mse,按我的理解源码里的公式应该只能用在estimator是ols的情况,lr的loglikelihood的计算应为 sum over i( yi * beta^t * xi - log( 1 + exp( beta^t * xi )))。 而且对于lasso和ridge来说,同样用ols的mse计算方式来计算loglikelihood应该也不合适,我目前还在查找lasso和ridge的aic和bic应该怎么算比较合理。

From a suggestion proposed by PaddlePaddle community, it is recommended to add `use_softmax` and `zero_infinity` options to warpctc, comparing to the Pytorch API of `torch.nn.functional.ctc_loss(log_probs, targets, input_lengths, target_lengths, blank=0, reduction='mean',...

### PR Category Others ### PR Types Others ### Description move fake_channel_wise_quantize_abs_max/fake_channel_wise_quantize_dequantize_abs_max op to phi

contributor

### PR Category User Experience ### PR Types New features ### Description rfcs: https://github.com/PaddlePaddle/community/pull/884

contributor

### PR Category User Experience ### PR Types New features ### Description Add sinc / sinc_ API to Paddle

PaddlePaddle Hackathon
contributor
API

### PR Category User Experience ### PR Types Improvements ### Description 添加支持 NCL, NLC, NCDHW, NDHWC 的 data_format https://github.com/PaddlePaddle/Paddle/pull/34773 的修改中应该已将 kernel 增添支持3-D和5-D输入 https://github.com/PaddlePaddle/Paddle/pull/55399 的修改仅针对 NHWC 格式的fp16和bfp16输入做了 kernel 的优化,不支持3-D和5-D输入 因此本pr主要修改的地方是 https://github.com/PaddlePaddle/Paddle/pull/55399...

contributor

新增 StudentT API 的 rfcs。 MultivariateNormal 上次写过了,是需要改吗?

contributor

新增 paddle.isin API的设计文档

contributor

Update argsort kernels on gcu, intel_gpu, mlu, npu refer to: https://github.com/PaddlePaddle/PaddleCustomDevice/pull/1150

contributor