-
The project: https://github.com/zemelLeong/table-structure-recognition.git
Code snippet:
```rust
pub fn get_downsample_len(&self) -> usize {
self.layer1.layers.first().unwrap().downsample.as…
-
When I try to create the environment, it installs all the packages, but as it tries to install using pip, I get:
This is on Ubuntu 22.04 with miniconda.
```
Building wheels for collected packag…
-
环境搭建流程根据官方链接:
https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/en/build_and_install/huawei_ascend.md
安装docker环境编译成功后,运行官方[流程](https://github.com/PaddlePaddle/FastDeploy/blob/develop/exam…
-
I found ArmCL(Arm NEON) to be slower than ONNX and TFLite on certain embedded boards.
First of all, ONNX and TFLite were tested with CPUExecuteProvider and XNNPack, respectively.
When comparing …
-
### 环境
system:win11+WSL2【Ubuntu20.04】
paddle:develop
PaddleSlim:git version
conda环境:python3.6
### 问题
在新建的conda环境中安装好paddle的develop版本后,在根据文档提示安装paddleslim时发生了报错
安装文件如下
![image](https://user-ima…
-
> 你用的代码分支是?
paddleOcr 2.3 里面加载 pretrained model 用的下面的函数
这个是根据shape匹配权重的
```python
def load_dygraph_params(config, model, logger, optimizer):
ckp = config['Global']['checkpoints']
if ck…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:win10
- 版本号/Version:Paddle: PaddleOCR:2.5 问题相关组件/Related components:
- 运行指令/Co…
-
Currently, the `bias_downsample=False` argument is contradicting with pretraining, as it is hard coded to be `not pretrained` in ResNet constructor:
```
model: ResNet = ResNet(block, layers, block_…
-
### Describe the bug
Hi!
I did some train my face with 15 images using from dreambooth script from these repos:
**https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/train_dre…
-
# FedPer
* **Title:** Federated Learning with Personalization Layers
* **Venue:** ArXiv (highly popular)
* **Link to paper:** https://arxiv.org/abs/1912.00818
## Do you want to work on this baseline…