RedContritio
RedContritio
gitment 需要登录才能看到,我希望使用 gitalk
增加了对 markdown mermaid 画图的支持。 需要在根目录执行 npm install hexo-filter-mermaid-diagrams 安装插件使用。 https://mermaidjs.github.io/#/
translated changed content in [commit 6441e53](https://github.com/patriciogonzalezvivo/thebookofshaders/commit/6441e53bcf83de8758a3a11dca37426194217b12).
RecursiveContents.hs:10:5: error: The last statement in a 'do' block must be an expression paths do { let ...; isDirectory
调整了 使用语言模式和插件 锚点
### PR types Bug fixes ### PR changes Others ### Description `PaddleOCR.ocr` accept a list or single filepath, but although single file is passed, it will return a list with...
### bug描述 Describe the Bug 该 bug 曾在 paddleOCR 中提出 [绕开的办法](https://github.com/PaddlePaddle/PaddleOCR/issues/2339),但应当被视为 bug。 最小可复现代码: ```python import logging logging.basicConfig(level=logging.INFO) logging.info('print done') # log success 1st import paddle logging.info('print loss') # log failed...
### 文档链接&描述 Document Links & Description 按照教程构建文档后,将产生大约 10000+ 改动的文件。 其中: - 绝大多数是 `output/` 新增,由于该路径未位于 `.gitignore` 中,因此未忽略; - 大约 1400 项是英文文档部分,该部分动态生成得到; - 大约 300 项来自 `docs/api/paddle/*_cn.rst` 中 `COPY-FROM` 块的更新 - 其余约...
- https://github.com/PaddlePaddle/PaConvert/issues/112 `torch.linalg.tensorinv` 特点: - 无对应 API,映射到 `paddle.linalg.inv` 以组合替代实现。
### 文档链接&描述 Document Links & Description 例子:[paddle.linalg.inv](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/linalg/inv_cn.html#inv) > # 使用本API的教程文档 > [Pytorch 写法](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.inverse.html) > [Pytorch 写法](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/model_convert/convert_from_pytorch/api_difference/Tensor/torch.Tensor.cholesky_inverse.html) > [PyTorch 写法:](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/model_convert/convert_from_pytorch/api_difference/linalg/torch.linalg.inv.html) ### 请提出你的建议/提个PR修复这个问题 Please give your suggestion/update a PR to fix it...